mirror of
https://github.com/hyprwm/hypridle.git
synced 2024-11-16 15:15:59 +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]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_BINDIR@/hypridle
|
ExecStart=@CMAKE_INSTALL_PREFIX@/bin/hypridle
|
||||||
Restart=on-failure
|
Restart=on-failure
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Reference in a new issue