mirror of
https://github.com/clearlinux/clr-boot-manager.git
synced 2026-08-28 09:27:07 +00:00
11 lines
283 B
Meson
11 lines
283 B
Meson
# Write systemd unit
|
|
data_conf = configuration_data()
|
|
data_conf.set('BINDIR', path_bindir)
|
|
|
|
configure_file(
|
|
input: 'clr-boot-manager-booted.service.in',
|
|
output: 'clr-boot-manager-booted.service',
|
|
configuration: data_conf,
|
|
install_dir: with_systemd_system_unit_dir,
|
|
)
|