One-KVM/kvmd/kvmd.service
2018-06-28 07:07:19 +03:00

15 lines
313 B
Desktop File

[Unit]
Description=The main process of Pi-KVM
After=network.target network-online.target nss-lookup.target
[Service]
Type=simple
Restart=always
RestartSec=3
ExecStart=python -m kvmd --config /etc/kvmd.yaml
ExecStopPost=python -m kvmd.extras.cleanup --config /etc/kvmd.yaml
[Install]
WantedBy=multi-user.target