summaryrefslogtreecommitdiffstats
path: root/unclutter
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 /unclutter
parent1eb05e539ec54f404ae7367ba12233bbfebfdbf9 (diff)
downloadconf-4cb4b413185affc0ef7460d09529f464dce081bb.tar.gz
conf-4cb4b413185affc0ef7460d09529f464dce081bb.zip
make sure services are always restarted
Diffstat (limited to 'unclutter')
-rw-r--r--unclutter/.config/systemd/user/unclutter.service1
1 files changed, 1 insertions, 0 deletions
diff --git a/unclutter/.config/systemd/user/unclutter.service b/unclutter/.config/systemd/user/unclutter.service
index 405c13d..c792aef 100644
--- a/unclutter/.config/systemd/user/unclutter.service
+++ b/unclutter/.config/systemd/user/unclutter.service
@@ -1,5 +1,6 @@
[Service]
ExecStart=unclutter --timeout 1
+Restart=always
[Install]
WantedBy=default.target