Skip to content

Commit

Permalink
fix systemd service exec path
Browse files Browse the repository at this point in the history
  • Loading branch information
alba4k authored and fufexan committed Apr 17, 2024
1 parent 01772b3 commit eb916db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemd/hypridle.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit eb916db

Please sign in to comment.