20 lines
318 B
Desktop File
20 lines
318 B
Desktop File
[Unit]
|
|
Description=KasmVNC
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=kasmvncserver :23 -fg -select-de LXQT -xstartup /opt/xstartup
|
|
ExectStop=kasmvncserver -kill :23
|
|
User=spiri
|
|
Group=spiri
|
|
Requires=userhome.service
|
|
After=userhome.service
|
|
|
|
Restart=on-failure
|
|
RestartSec=3
|
|
|
|
[Install]
|
|
WantedBy=default.target
|
|
|