blob: b484625d10407ec0ed268b18b705ac86b33f4cb1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[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
|