One-KVM/configs/os/services/kvmd-vnc.service
2020-10-11 04:46:50 +03:00

17 lines
244 B
Desktop File

[Unit]
Description=Pi-KVM - VNC to KVMD/Streamer proxy
After=kvmd.service
[Service]
User=kvmd-vnc
Group=kvmd-vnc
Type=simple
Restart=always
RestartSec=3
ExecStart=/usr/bin/kvmd-vnc --run
TimeoutStopSec=3
[Install]
WantedBy=multi-user.target