One-KVM/configs/os/services/kvmd-vnc.service
2024-10-04 14:26:18 +00:00

17 lines
245 B
Desktop File

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