One-KVM/configs/os/services/kvmd.service
2019-11-29 01:35:38 +03:00

19 lines
325 B
Desktop File

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