2019-01-31 12:43:09 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Proxmox Backup API Server
|
|
|
|
Wants=network-online.target
|
2019-02-01 10:02:56 +00:00
|
|
|
After=network.target
|
2019-01-31 12:43:09 +00:00
|
|
|
|
|
|
|
[Service]
|
2019-04-25 08:38:26 +00:00
|
|
|
Type=notify
|
2019-02-01 09:05:14 +00:00
|
|
|
ExecStart=%LIBEXECDIR%/proxmox-backup/proxmox-backup-api
|
2019-04-25 08:38:26 +00:00
|
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
2020-11-02 18:18:36 +00:00
|
|
|
PIDFile=/run/proxmox-backup/api.pid
|
2019-01-31 12:43:09 +00:00
|
|
|
Restart=on-failure
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|