aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-08-01 00:54:15 -0400
committertdro <tdro@users.noreply.github.com>2020-08-01 00:54:15 -0400
commit218d395700e23c8197274314933f399c88607517 (patch)
tree48b714c8dd6c165f345b20ea0f209db343b843ed /.config/systemd
parent54d630c8a8a3221e7339c8ff6e2feddaa1cbd55a (diff)
downloaddotfiles-218d395700e23c8197274314933f399c88607517.tar.gz
dotfiles-218d395700e23c8197274314933f399c88607517.tar.bz2
dotfiles-218d395700e23c8197274314933f399c88607517.zip
.config/systemd/user/x11vnc: norepeat
Diffstat (limited to '.config/systemd')
-rw-r--r--.config/systemd/user/x11vnc.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/systemd/user/x11vnc.service b/.config/systemd/user/x11vnc.service
index c75cda9..71f6ae7 100644
--- a/.config/systemd/user/x11vnc.service
+++ b/.config/systemd/user/x11vnc.service
@@ -5,7 +5,7 @@ StartLimitIntervalSec=0
[Service]
Type=simple
-ExecStart=/usr/bin/env x11vnc -usepw -nowf -repeat -forever -noxrecord -auth $XAUTHORITY
+ExecStart=/usr/bin/env x11vnc -usepw -nowf -norepeat -forever -noxrecord -auth $XAUTHORITY
Restart=always
RestartSec=1s
SyslogIdentifier=x11vnc