]> git.proxmox.com Git - proxmox-backup.git/blob - etc/proxmox-backup.service.in
ui: datastore: change GC/Prune title and buttons a bit
[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 Restart=on-failure
11
12 [Install]
13 WantedBy=multi-user.target