aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-08-04 01:04:09 -0400
committertdro <tdro@users.noreply.github.com>2020-08-04 01:04:09 -0400
commit26133e8fbf22a00da0071bef6c88860ab1b0493e (patch)
tree715d547a8e0df0d54add264a4fe5024188a26590 /.config/systemd
parent7da2fe38fec4000f67eb7c655cfbcc6fc61397cb (diff)
downloaddotfiles-26133e8fbf22a00da0071bef6c88860ab1b0493e.tar.gz
dotfiles-26133e8fbf22a00da0071bef6c88860ab1b0493e.tar.bz2
dotfiles-26133e8fbf22a00da0071bef6c88860ab1b0493e.zip
.config/systemd/user/x11vnc: Prevent systemd hang
Diffstat (limited to '.config/systemd')
-rw-r--r--.config/systemd/user/x11vnc.service6
1 files changed, 4 insertions, 2 deletions
diff --git a/.config/systemd/user/x11vnc.service b/.config/systemd/user/x11vnc.service
index 9e959d0..b73a428 100644
--- a/.config/systemd/user/x11vnc.service
+++ b/.config/systemd/user/x11vnc.service
@@ -4,10 +4,12 @@ StartLimitIntervalSec=0
[Service]
Type=simple
-ExecStart=/usr/bin/env x11vnc -display :0 -rfbport 5900 -usepw -nowf -norepeat -forever -noxrecord -auth $XAUTHORITY
-Restart=always
RestartSec=1s
+Restart=always
+KillSignal=SIGKILL
+RestartKillSignal=SIGKILL
SyslogIdentifier=x11vnc
+ExecStart=/usr/bin/env x11vnc -display :0 -rfbport 5900 -usepw -nowf -norepeat -forever -noxrecord -auth $XAUTHORITY
[Install]
WantedBy=default.target