Moved scripts to bin dir.

This commit is contained in:
2018-09-15 12:31:45 -03:00
parent c7464eea4d
commit 5543ac26a6
10 changed files with 10 additions and 0 deletions

View File

10
systemd/x11vnc.service Normal file
View 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