]> git.proxmox.com Git - pve-manager.git/blame - bin/init.d/pve-manager.service
improve log messages at sytem shutdown
[pve-manager.git] / bin / init.d / pve-manager.service
CommitLineData
6675a064
DM
1[Unit]
2Description=PVE VM Manager
3ConditionPathExists=/usr/bin/pvesh
02a1322d 4Wants=pvestatd.service
6675a064 5Wants=pveproxy.service
02a1322d
DM
6Wants=pve-firewall.service
7Wants=lxc.service
6675a064 8After=pveproxy.service
02a1322d 9After=pvestatd.service
fc049c7e 10After=open-iscsi.service
02a1322d
DM
11After=pve-firewall.service
12After=lxc.service
6675a064
DM
13
14[Service]
15ExecStart=/etc/init.d/pve-manager start
16ExecStop=/etc/init.d/pve-manager stop
f182f336
DM
17Type=oneshot
18RemainAfterExit=yes
6675a064
DM
19
20[Install]
21WantedBy=multi-user.target