summaryrefslogtreecommitdiffstats
path: root/xss-lock
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 /xss-lock
parent1eb05e539ec54f404ae7367ba12233bbfebfdbf9 (diff)
downloadconf-4cb4b413185affc0ef7460d09529f464dce081bb.tar.gz
conf-4cb4b413185affc0ef7460d09529f464dce081bb.zip
make sure services are always restarted
Diffstat (limited to 'xss-lock')
-rw-r--r--xss-lock/.config/systemd/user/xss-lock.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/xss-lock/.config/systemd/user/xss-lock.service b/xss-lock/.config/systemd/user/xss-lock.service
index b98915e..8885dfc 100644
--- a/xss-lock/.config/systemd/user/xss-lock.service
+++ b/xss-lock/.config/systemd/user/xss-lock.service
@@ -1,5 +1,6 @@
[Service]
ExecStart=xss-lock -n /usr/lib/xsecurelock/dimmer -l -- sh -c 'on-lock; env XSECURELOCK_BLANK_TIMEOUT=1 XSECURELOCK_SHOW_DATETIME=1 xsecurelock'
+Restart=always
[Install]
WantedBy=default.target