]> git.proxmox.com Git - pve-cluster.git/blame - debian/pve-cluster.service
pmxcfs: only exit parent when successfully started
[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
5Wants=systemd-timesyncd.service
c1f49f4f 6Wants=rrdcached.service
298656c8 7Before=corosync.service
696fddae 8Before=ceph.service
10c5c228 9Before=cron.service
298656c8
DM
10After=network.target
11After=sys-fs-fuse-connections.mount
12After=systemd-timesyncd.service
c1f49f4f 13After=rrdcached.service
9002bedd
DM
14DefaultDependencies=no
15Before=shutdown.target
16Conflicts=shutdown.target
298656c8
DM
17
18[Service]
553efa68 19ExecStart=/usr/bin/pmxcfs
298656c8
DM
20ExecStartPost=-/usr/bin/pvecm updatecerts --silent
21KillMode=mixed
22TimeoutStopSec=10
23Type=forking
24PIDFile=/var/run/pve-cluster.pid
25
26[Install]
27WantedBy=multi-user.target