]> git.proxmox.com Git - pve-manager.git/blame - services/pvedaemon.service
bump version to 8.1.8
[pve-manager.git] / services / pvedaemon.service
CommitLineData
6675a064
DM
1[Unit]
2Description=PVE API Daemon
3ConditionPathExists=/usr/bin/pvedaemon
e78e0cd7
DM
4Wants=corosync.service pve-cluster.service
5After=corosync.service pve-cluster.service
6675a064
DM
6
7[Service]
32607384
DM
8ExecStart=/usr/bin/pvedaemon start
9ExecStop=/usr/bin/pvedaemon stop
10ExecReload=/usr/bin/pvedaemon restart
4f1b4dd7 11PIDFile=/run/pvedaemon.pid
6675a064 12Type=forking
4fd2027e 13Restart=on-failure
6675a064
DM
14
15[Install]
16WantedBy=multi-user.target