From 8466532a1c71dc25031f12768797712844c47b6d Mon Sep 17 00:00:00 2001 From: AlexAegis Date: Sat, 4 Nov 2023 18:57:48 +0100 Subject: [PATCH] fix(sxhkd): remove reference to deleted service --- modules/sxhkd/update.user.systemctl.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/sxhkd/update.user.systemctl.sh b/modules/sxhkd/update.user.systemctl.sh index 9f0ce4f0..a4f72f25 100755 --- a/modules/sxhkd/update.user.systemctl.sh +++ b/modules/sxhkd/update.user.systemctl.sh @@ -6,4 +6,3 @@ echo 'Restart sxhkd' systemctl restart --user sxhkd echo 'Restart sxhkd-watcher' systemctl restart --user sxhkd-watcher.service -systemctl restart --user sxhkd-watcher.path