aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/x11vnc.service
blob: b05558567519088d3d47a3037c3d0babf9e5f63d (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=3
Restart=always
SyslogIdentifier=x11vnc
ExecStart=/usr/bin/env x11vnc -display $DISPLAY -rfbport 5901 -shared -usepw -forever -nowireframe -norepeat -noxdamage -noxrecord -ncache_cr -noxfixes -cursor arrow -auth $XAUTHORITY

[Install]
WantedBy=default.target