spiri-sdk/kasmvnc.service
Alex Davies 4652368c8d Added service to populate user home from /etc/skel/, this will also
allow us to update user home files as time goes on, but won't overwrite
files the user has modified.
2024-01-23 15:06:29 -04:00

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