844d13326b
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
13 lines
231 B
SYSTEMD
13 lines
231 B
SYSTEMD
[Unit]
|
|
Description=Proxmox Backup API Server
|
|
Wants=network-online.target
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=%LIBEXECDIR%/proxmox-backup/proxmox-backup-api
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|