]> git.proxmox.com Git - pve-cluster.git/blob - debian/pve-cluster.service
d/control: bump dependency for libpve-common-perl to >= 8.0.6
[pve-cluster.git] / debian / pve-cluster.service
1 [Unit]
2 Description=The Proxmox VE cluster filesystem
3 ConditionFileIsExecutable=/usr/bin/pmxcfs
4 Wants=corosync.service
5 Wants=rrdcached.service
6 Before=corosync.service
7 Before=cron.service
8 After=network.target
9 After=sys-fs-fuse-connections.mount
10 After=time-sync.target
11 After=rrdcached.service
12 DefaultDependencies=no
13 Before=shutdown.target
14 Conflicts=shutdown.target
15
16 [Service]
17 ExecStart=/usr/bin/pmxcfs
18 KillMode=mixed
19 Restart=on-failure
20 TimeoutStopSec=10
21 Type=forking
22 PIDFile=/run/pve-cluster.pid
23
24 [Install]
25 WantedBy=multi-user.target