]> git.proxmox.com Git - pve-cluster.git/blame - debian/pve-cluster.service
bump version to 8.0.6
[pve-cluster.git] / debian / pve-cluster.service
CommitLineData
298656c8
DM
1[Unit]
2Description=The Proxmox VE cluster filesystem
3ConditionFileIsExecutable=/usr/bin/pmxcfs
4Wants=corosync.service
c1f49f4f 5Wants=rrdcached.service
298656c8 6Before=corosync.service
10c5c228 7Before=cron.service
298656c8
DM
8After=network.target
9After=sys-fs-fuse-connections.mount
2c7182b7 10After=time-sync.target
c1f49f4f 11After=rrdcached.service
9002bedd
DM
12DefaultDependencies=no
13Before=shutdown.target
14Conflicts=shutdown.target
298656c8
DM
15
16[Service]
553efa68 17ExecStart=/usr/bin/pmxcfs
298656c8 18KillMode=mixed
e997e998 19Restart=on-failure
298656c8
DM
20TimeoutStopSec=10
21Type=forking
50bf398b 22PIDFile=/run/pve-cluster.pid
298656c8
DM
23
24[Install]
25WantedBy=multi-user.target