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]