mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-05-07 07:19:14 +00:00
14 lines
253 B
Desktop File
14 lines
253 B
Desktop File
[Unit]
|
|
Description=Proxmox API Test Server
|
|
ConditionPathExists=/usr/sbin/api-test-server
|
|
After=syslog.service
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/api-test-server start
|
|
Type=simple
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|