Skip to content

Commit

Permalink
systemd: don't prepend PREFIX
Browse files Browse the repository at this point in the history
Fixes #8340
  • Loading branch information
fufexan committed Nov 3, 2024
1 parent 2557b9c commit 2c63c1e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions systemd/hyprland-session.service.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ After=hyprland-session-pre.target

[Service]
Type=notify
ExecStart=@PREFIX@/@BINDIR@/Hyprland
ExecStop=@PREFIX@/@BINDIR@/hyprctl dispatch exit
ExecStart=@BINDIR@/Hyprland
ExecStop=@BINDIR@/hyprctl dispatch exit
ExecStopPost=systemctl --user unset-environment DISPLAY WAYLAND_DISPLAY HYPRLAND_INSTANCE_SIGNATURE XDG_CURRENT_DESKTOP
Restart=on-failure
Slice=session.slice
1 change: 0 additions & 1 deletion systemd/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ install_data(
)

conf_data = configuration_data()
conf_data.set('PREFIX', get_option('prefix'))
conf_data.set('BINDIR', get_option('bindir'))

configure_file(
Expand Down

0 comments on commit 2c63c1e

Please sign in to comment.