proxmox-backup/etc/proxmox-backup.service.in
Wolfgang Bumiller 304db5da3d use libexecdir for service binaries
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-02-01 10:41:54 +01:00

13 lines
245 B
SYSTEMD

[Unit]
Description=Proxmox Backup API Server
Wants=network-online.target
After=network.target syslog.target
[Service]
Type=simple
ExecStart=%LIBEXECDIR%/proxmox-backup/proxmox-backup-api
Restart=on-failure
[Install]
WantedBy=multi-user.target