]> git.proxmox.com Git - pve-cluster.git/blob - debian/pve-cluster.service
9cd1a0e0ec4a610da8e557318d54d934d49ee401
[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=time-sync.target
6 Wants=rrdcached.service
7 Before=corosync.service
8 Before=ceph.service
9 Before=cron.service
10 After=network.target
11 After=sys-fs-fuse-connections.mount
12 After=time-sync.target
13 After=rrdcached.service
14 DefaultDependencies=no
15 Before=shutdown.target
16 Conflicts=shutdown.target
17
18 [Service]
19 ExecStart=/usr/bin/pmxcfs
20 ExecStartPost=-/usr/bin/pvecm updatecerts --silent
21 KillMode=mixed
22 TimeoutStopSec=10
23 Type=forking
24 PIDFile=/var/run/pve-cluster.pid
25
26 [Install]
27 WantedBy=multi-user.target