11 lines
263 B
Desktop File
11 lines
263 B
Desktop File
[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
|