Moved scripts to bin dir.
This commit is contained in:
10
systemd/x11vnc.service
Normal file
10
systemd/x11vnc.service
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=Start x11vnc at startup.
|
||||
After=graphical.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/x11vnc -auth /var/run/sddm/* -forever -loop -noxdamage -repeat -rfbauth /home/user/.vnc/passwd -rfbport 5900 -shared
|
||||
|
||||
[Install]
|
||||
WantedBy=graphical.target
|
||||
Reference in New Issue
Block a user