From eb916db19cffd20fc184fc3110a0a8f1860abf5c Mon Sep 17 00:00:00 2001 From: alba4k Date: Fri, 12 Apr 2024 23:55:47 +0200 Subject: [PATCH] fix systemd service exec path --- systemd/hypridle.service.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/hypridle.service.in b/systemd/hypridle.service.in index 2571d20..9e7331b 100644 --- a/systemd/hypridle.service.in +++ b/systemd/hypridle.service.in @@ -7,7 +7,7 @@ ConditionEnvironment=WAYLAND_DISPLAY [Service] Type=simple -ExecStart=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_BINDIR@/hypridle +ExecStart=@CMAKE_INSTALL_PREFIX@/bin/hypridle Restart=on-failure [Install]