mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-15 02:28:34 +00:00
pveproxy.service: add Wants=ssh.service
and make sure sshd is running while pveproxy is active
This commit is contained in:
parent
1767881b4a
commit
df17e52e39
@ -3,8 +3,10 @@ Description=PVE API Proxy Server
|
|||||||
ConditionPathExists=/usr/bin/pveproxy
|
ConditionPathExists=/usr/bin/pveproxy
|
||||||
Wants=pve-cluster.service
|
Wants=pve-cluster.service
|
||||||
Wants=pvedaemon.service
|
Wants=pvedaemon.service
|
||||||
|
Wants=ssh.service
|
||||||
After=pve-cluster.service
|
After=pve-cluster.service
|
||||||
After=pvedaemon.service
|
After=pvedaemon.service
|
||||||
|
After=ssh.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/pveproxy start
|
ExecStart=/usr/bin/pveproxy start
|
||||||
|
Loading…
Reference in New Issue
Block a user