aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-05-12 04:32:41 -0400
committertdro <tdro@users.noreply.github.com>2020-05-12 04:32:41 -0400
commit1a7ba5f60d59345e247e69133ff8e36e4e951121 (patch)
treedfd7452ff58ed917ddf43d91917a454ec0cb6082 /.config/systemd
parent487db8d659e82ecd51dfa12b9c8aacd447514387 (diff)
downloaddotfiles-1a7ba5f60d59345e247e69133ff8e36e4e951121.tar.gz
dotfiles-1a7ba5f60d59345e247e69133ff8e36e4e951121.tar.bz2
dotfiles-1a7ba5f60d59345e247e69133ff8e36e4e951121.zip
.config/systemd/user/x11vnc: Update xauth path
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 abc9fd8..c75cda9 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 %h/.Xauthority
+ExecStart=/usr/bin/env x11vnc -usepw -nowf -repeat -forever -noxrecord -auth $XAUTHORITY
Restart=always
RestartSec=1s
SyslogIdentifier=x11vnc