mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
Revert "service file: allow for waybar installed in different prefix"
This commit is contained in:
parent
b6cb02ce85
commit
5bb6fa384d
@ -66,13 +66,8 @@ systemd = dependency('systemd', required: get_option('systemd'))
|
|||||||
|
|
||||||
if systemd.found()
|
if systemd.found()
|
||||||
user_units_dir = systemd.get_pkgconfig_variable('systemduserunitdir')
|
user_units_dir = systemd.get_pkgconfig_variable('systemduserunitdir')
|
||||||
|
install_data('./resources/waybar.service',
|
||||||
configure_file(
|
install_dir: user_units_dir)
|
||||||
configuration: config,
|
|
||||||
input: './resources/waybar.service.in',
|
|
||||||
output: '@BASENAME@',
|
|
||||||
install_dir: user_units_dir
|
|
||||||
)
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
src_files = files(
|
src_files = files(
|
||||||
|
@ -6,7 +6,7 @@ PartOf=wayland-session.target
|
|||||||
[Service]
|
[Service]
|
||||||
Type=dbus
|
Type=dbus
|
||||||
BusName=fr.arouillard.waybar
|
BusName=fr.arouillard.waybar
|
||||||
ExecStart=@prefix@/bin/waybar
|
ExecStart=/usr/bin/waybar
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=wayland-session.target
|
WantedBy=wayland-session.target
|
Loading…
Reference in New Issue
Block a user