mirror of
https://github.com/hyprwm/hypridle.git
synced 2024-11-16 23:25:58 +01:00
fix systemd service exec path
This commit is contained in:
parent
01772b32af
commit
eb916db19c
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue