]> git.proxmox.com Git - proxmox-backup.git/blob - etc/proxmox-backup.service.in
server: write main daemon PID to run directory
[proxmox-backup.git] / etc / proxmox-backup.service.in
1 [Unit]
2 Description=Proxmox Backup API Server
3 Wants=network-online.target
4 After=network.target
5
6 [Service]
7 Type=notify
8 ExecStart=%LIBEXECDIR%/proxmox-backup/proxmox-backup-api
9 ExecReload=/bin/kill -HUP $MAINPID
10 PIDFile=/run/proxmox-backup/api.pid
11 Restart=on-failure
12
13 [Install]
14 WantedBy=multi-user.target