mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-05 03:08:55 +00:00
22 lines
436 B
Desktop File
22 lines
436 B
Desktop File
[Unit]
|
|
Description=PVE VM Manager
|
|
ConditionPathExists=/usr/bin/pvesh
|
|
Wants=pvestatd.service
|
|
Wants=pveproxy.service
|
|
Wants=pve-firewall.service
|
|
Wants=lxc.service
|
|
After=pveproxy.service
|
|
After=pvestatd.service
|
|
After=open-iscsi.service
|
|
After=pve-firewall.service
|
|
After=lxc.service
|
|
|
|
[Service]
|
|
ExecStart=/etc/init.d/pve-manager start
|
|
ExecStop=/etc/init.d/pve-manager stop
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|