One-KVM/configs/os/services/kvmd-vnc.service
Devaev Maxim d5ae32b132 vnc
2020-03-20 03:07:27 +03:00

17 lines
238 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
TimeoutStopSec=3
[Install]
WantedBy=multi-user.target