mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-08-14 18:07:40 +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
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user