One-KVM/configs/os/services/kvmd-vnc.service
2021-09-08 06:47:54 +03:00

17 lines
243 B
Desktop File

[Unit]
Description=PiKVM - 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