proxmox-backup/etc/proxmox-backup.service.in
Wolfgang Bumiller d98c9a7a38 use service Type=notify
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-04-25 11:01:33 +00:00

14 lines
266 B
SYSTEMD

[Unit]
Description=Proxmox Backup API Server
Wants=network-online.target
After=network.target
[Service]
Type=notify
ExecStart=%LIBEXECDIR%/proxmox-backup/proxmox-backup-api
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-failure
[Install]
WantedBy=multi-user.target