aboutsummaryrefslogtreecommitdiff
path: root/.config/systemd
diff options
context:
space:
mode:
authortdro <tdro@users.noreply.github.com>2020-01-10 06:17:50 -0500
committertdro <tdro@users.noreply.github.com>2020-01-10 06:17:50 -0500
commit7c544acfe403a4323fad0962d5bb05e47baff473 (patch)
tree04b9ce663059c5808778538419021be1770f547d /.config/systemd
parentdcc41b2a7abea515ca36c4794256b7316b0ddeae (diff)
downloaddotfiles-7c544acfe403a4323fad0962d5bb05e47baff473.tar.gz
dotfiles-7c544acfe403a4323fad0962d5bb05e47baff473.tar.bz2
dotfiles-7c544acfe403a4323fad0962d5bb05e47baff473.zip
.config/systemd/user: Use env for x11vnc and xbindkeys
Diffstat (limited to '.config/systemd')
-rw-r--r--.config/systemd/user/x11vnc.service2
-rw-r--r--.config/systemd/user/xbindkeys.service2
2 files changed, 2 insertions, 2 deletions
diff --git a/.config/systemd/user/x11vnc.service b/.config/systemd/user/x11vnc.service
index 000e711..2bd852c 100644
--- a/.config/systemd/user/x11vnc.service
+++ b/.config/systemd/user/x11vnc.service
@@ -5,7 +5,7 @@ After=syslog.target network.target
[Service]
Type=simple
Environment=DISPLAY=:0
-ExecStart=x11vnc -usepw -nowf -repeat -forever -noxrecord -auth %h/.Xauthority
+ExecStart=/usr/bin/env x11vnc -usepw -nowf -repeat -forever -noxrecord -auth %h/.Xauthority
Restart=always
RestartSec=1s
StartLimitIntervalSec=0
diff --git a/.config/systemd/user/xbindkeys.service b/.config/systemd/user/xbindkeys.service
index 876f1ad..491311d 100644
--- a/.config/systemd/user/xbindkeys.service
+++ b/.config/systemd/user/xbindkeys.service
@@ -4,7 +4,7 @@ Description=Keyboard shortcut binder
[Service]
Type=simple
Environment=DISPLAY=:0
-ExecStart=xbindkeys -f %h/.config/xbindkeysrc -p -n
+ExecStart=/usr/bin/env xbindkeys -f %h/.config/xbindkeysrc -p -n
Restart=always
RestartSec=5s
KillMode=process