]> git.proxmox.com Git - pve-manager.git/blame - services/pveproxy.service
update shipped appliance info index
[pve-manager.git] / services / pveproxy.service
CommitLineData
6675a064
DM
1[Unit]
2Description=PVE API Proxy Server
3ConditionPathExists=/usr/bin/pveproxy
f01a63eb 4Wants=pve-cluster.service
6675a064 5Wants=pvedaemon.service
df17e52e 6Wants=ssh.service
c6723ee5
WL
7Wants=pve-storage.target
8After=pve-storage.target
6675a064
DM
9After=pve-cluster.service
10After=pvedaemon.service
df17e52e 11After=ssh.service
6675a064
DM
12
13[Service]
57f110df 14ExecStartPre=-/usr/bin/pvecm updatecerts --silent
32607384
DM
15ExecStart=/usr/bin/pveproxy start
16ExecStop=/usr/bin/pveproxy stop
17ExecReload=/usr/bin/pveproxy restart
4f1b4dd7 18PIDFile=/run/pveproxy/pveproxy.pid
6675a064 19Type=forking
4fd2027e 20Restart=on-failure
6675a064
DM
21
22[Install]
23WantedBy=multi-user.target