mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-04-28 13:20:47 +00:00
22 lines
468 B
Desktop File
22 lines
468 B
Desktop File
[Unit]
|
|
Description=PVE API Proxy Server
|
|
ConditionPathExists=/usr/bin/pveproxy
|
|
Wants=pve-cluster.service
|
|
Wants=pvedaemon.service
|
|
Wants=ssh.service
|
|
Wants=pve-storage.target
|
|
After=pve-storage.target
|
|
After=pve-cluster.service
|
|
After=pvedaemon.service
|
|
After=ssh.service
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/pveproxy start
|
|
ExecStop=/usr/bin/pveproxy stop
|
|
ExecReload=/usr/bin/pveproxy restart
|
|
PIDFile=/var/run/pveproxy/pveproxy.pid
|
|
Type=forking
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|