aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/x11vnc.service
blob: 8e758d2a35ab664a00c7ef9aaa65d7793cec4de9 (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 :0 -rfbport 5900 -usepw -forever -nowireframe -norepeat -noxdamage -noxrecord -ncache_cr -noxfixes -auth $XAUTHORITY

[Install]
WantedBy=default.target