aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/x11vnc.service
blob: 98e6fe77384f5d6b67da19117998887b8baf3ae6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Remote desktop service (VNC)
StartLimitIntervalSec=0

[Service]
Type=simple
RestartSec=1s
Restart=always
SyslogIdentifier=x11vnc
ExecStart=/usr/bin/env x11vnc -display $DISPLAY -rfbport 5900 -shared -usepw -forever -nowireframe -norepeat -noxdamage -noxrecord -ncache_cr -noxfixes -auth $XAUTHORITY

[Install]
WantedBy=default.target