]> git.proxmox.com Git - pve-manager.git/blame - services/pveproxy.service
implement basic wake on LAN functionality
[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]
32607384
DM
14ExecStart=/usr/bin/pveproxy start
15ExecStop=/usr/bin/pveproxy stop
16ExecReload=/usr/bin/pveproxy restart
196d3690 17PIDFile=/var/run/pveproxy/pveproxy.pid
6675a064
DM
18Type=forking
19
20[Install]
21WantedBy=multi-user.target