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

[Service]
Type=simple
RestartSec=3
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