One-KVM/configs/os/systemd/kvmd.service
2019-02-16 21:16:53 +03:00

17 lines
273 B
Desktop File

[Unit]
Description=The main Pi-KVM daemon
After=network.target network-online.target nss-lookup.target
[Service]
User=kvmd
Group=kvmd
Type=simple
Restart=always
RestartSec=3
ExecStart=/usr/bin/kvmd
ExecStopPost=/usr/bin/kvmd-cleanup
[Install]
WantedBy=multi-user.target