aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd/user/x11vnc.service
blob: 6dd50bdf867eccad70140c8b4c778d31867474f2 (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 -nowf -norepeat -forever -noxrecord -noxfixes -auth $XAUTHORITY

[Install]
WantedBy=default.target