]> git.proxmox.com Git - pve-cluster.git/blame_incremental - debian/pve-cluster.service
fix 'PIDFile= references path below legacy directory /var/run/' warning
[pve-cluster.git] / debian / pve-cluster.service
... / ...
CommitLineData
1[Unit]
2Description=The Proxmox VE cluster filesystem
3ConditionFileIsExecutable=/usr/bin/pmxcfs
4Wants=corosync.service
5Wants=rrdcached.service
6Before=corosync.service
7Before=ceph.service
8Before=cron.service
9After=network.target
10After=sys-fs-fuse-connections.mount
11After=time-sync.target
12After=rrdcached.service
13DefaultDependencies=no
14Before=shutdown.target
15Conflicts=shutdown.target
16
17[Service]
18ExecStart=/usr/bin/pmxcfs
19ExecStartPost=-/usr/bin/pvecm updatecerts --silent
20KillMode=mixed
21Restart=on-failure
22TimeoutStopSec=10
23Type=forking
24PIDFile=/run/pve-cluster.pid
25
26[Install]
27WantedBy=multi-user.target