serverroom-components/x11vnc/x11vnc.service

13 lines
204 B
SYSTEMD
Raw Permalink Normal View History

2024-11-24 19:02:21 +00:00
[Unit]
Description=run x11vnc as a service
[Service]
Type=simple
User=sasha
WorkingDirectory=/home/sasha
ExecStart=sh /home/sasha/vncstart.sh
ExecStop=killall x11vnc
[Install]
WantedBy=graphical.target