]> git.proxmox.com Git - pve-manager.git/blob - services/pveproxy.service
ui: backup info: avoid clunky switch for simple mapping
[pve-manager.git] / services / pveproxy.service
1 [Unit]
2 Description=PVE API Proxy Server
3 ConditionPathExists=/usr/bin/pveproxy
4 Wants=pve-cluster.service
5 Wants=pvedaemon.service
6 Wants=ssh.service
7 Wants=pve-storage.target
8 After=pve-storage.target
9 After=pve-cluster.service
10 After=pvedaemon.service
11 After=ssh.service
12
13 [Service]
14 ExecStartPre=-/usr/bin/pvecm updatecerts --silent
15 ExecStart=/usr/bin/pveproxy start
16 ExecStop=/usr/bin/pveproxy stop
17 ExecReload=/usr/bin/pveproxy restart
18 PIDFile=/run/pveproxy/pveproxy.pid
19 Type=forking
20 Restart=on-failure
21
22 [Install]
23 WantedBy=multi-user.target