pveproxy.service: add Wants=ssh.service

and make sure sshd is running while pveproxy is active
This commit is contained in:
Dietmar Maurer 2015-11-25 13:06:55 +01:00
parent 1767881b4a
commit df17e52e39

View File

@ -3,8 +3,10 @@ Description=PVE API Proxy Server
ConditionPathExists=/usr/bin/pveproxy
Wants=pve-cluster.service
Wants=pvedaemon.service
Wants=ssh.service
After=pve-cluster.service
After=pvedaemon.service
After=ssh.service
[Service]
ExecStart=/usr/bin/pveproxy start