]> git.proxmox.com Git - pve-manager.git/blob - services/pvestatd.service
ui: esxi storage edit: add checkbox for skipping certificate validation
[pve-manager.git] / services / pvestatd.service
1 [Unit]
2 Description=PVE Status Daemon
3 ConditionPathExists=/usr/bin/pvestatd
4 Wants=pve-cluster.service
5 After=pve-cluster.service
6
7 [Service]
8 ExecStart=/usr/bin/pvestatd start
9 ExecStop=/usr/bin/pvestatd stop
10 ExecReload=/usr/bin/pvestatd restart
11 PIDFile=/run/pvestatd.pid
12 Type=forking
13
14 [Install]
15 WantedBy=multi-user.target