use proxmox-backup as package name

This commit is contained in:
Dietmar Maurer
2018-12-20 10:32:49 +01:00
parent f7dd683b46
commit fe0e04c69c
10 changed files with 36 additions and 38 deletions

13
debian/proxmox-backup.service vendored Normal file
View File

@ -0,0 +1,13 @@
[Unit]
Description=Proxmox API Test Server
ConditionPathExists=/usr/sbin/proxmox-backup-api
After=syslog.service
After=network.target
[Service]
ExecStart=/usr/sbin/proxmox-backup-api start
Type=simple
Restart=on-failure
[Install]
WantedBy=multi-user.target