summaryrefslogtreecommitdiffstats
path: root/xbindkeys
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2024-02-23 03:01:18 -0500
committerJesse Luehrs <doy@tozt.net>2024-02-23 03:01:18 -0500
commit4cb4b413185affc0ef7460d09529f464dce081bb (patch)
tree0ceaf3010d048a86451b74ef958a7971ac22d19c /xbindkeys
parent1eb05e539ec54f404ae7367ba12233bbfebfdbf9 (diff)
downloadconf-4cb4b413185affc0ef7460d09529f464dce081bb.tar.gz
conf-4cb4b413185affc0ef7460d09529f464dce081bb.zip
make sure services are always restarted
Diffstat (limited to 'xbindkeys')
-rw-r--r--xbindkeys/.config/systemd/user/xbindkeys.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/xbindkeys/.config/systemd/user/xbindkeys.service b/xbindkeys/.config/systemd/user/xbindkeys.service
index 29d02c0..78062a8 100644
--- a/xbindkeys/.config/systemd/user/xbindkeys.service
+++ b/xbindkeys/.config/systemd/user/xbindkeys.service
@@ -1,5 +1,6 @@
[Service]
ExecStart=xbindkeys -p -n
+Restart=always
[Install]
WantedBy=default.target