mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-13 23:06:47 +00:00
16 lines
358 B
Desktop File
16 lines
358 B
Desktop File
[Unit]
|
|
Description=PVE API Daemon
|
|
ConditionPathExists=/usr/bin/pvedaemon
|
|
Wants=corosync.service pve-cluster.service
|
|
After=corosync.service pve-cluster.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/pvedaemon start
|
|
ExecStop=/usr/bin/pvedaemon stop
|
|
ExecReload=/usr/bin/pvedaemon restart
|
|
PIDFile=/var/run/pvedaemon.pid
|
|
Type=forking
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|