aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-01-15 00:55:40 -0500
committertdro <tdro@users.noreply.github.com>2020-01-15 00:55:40 -0500
commit28cfe101a32273511b4d235991c3d221568d06b7 (patch)
tree093be9d231773dcb24f9bfafe5527a059ff42e13 /.config/systemd
parent971d02b723c94f28c617c7c8347421e554cd7b62 (diff)
downloaddotfiles-28cfe101a32273511b4d235991c3d221568d06b7.tar.gz
dotfiles-28cfe101a32273511b4d235991c3d221568d06b7.tar.bz2
dotfiles-28cfe101a32273511b4d235991c3d221568d06b7.zip
.config/systemd/user/x11vnc: Fix limit interval
Should be in [Unit]
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 034cda7..d05f479 100644
--- a/.config/systemd/user/x11vnc.service
+++ b/.config/systemd/user/x11vnc.service
@@ -1,13 +1,13 @@
[Unit]
Description=Remote desktop service (VNC)
After=syslog.target network.target
+StartLimitIntervalSec=0
[Service]
Type=simple
ExecStart=/usr/bin/env x11vnc -usepw -nowf -repeat -forever -noxrecord -auth %h/.Xauthority
Restart=always
RestartSec=1s
-StartLimitIntervalSec=0
[Install]
WantedBy=default.target