add systemd

This commit is contained in:
2020-08-05 23:18:39 -04:00
parent 28480a6de2
commit d19f8bcffa
7 changed files with 33 additions and 1 deletions

View File

@@ -1,3 +1,5 @@
openrc = get_option('openrc')
openrc_config_data = configuration_data()
openrc_config_data.set('SBINDIR', join_paths(get_option('prefix'), get_option('sbindir')))
openrc_config_data.set('LIBEXECDIR', join_paths(get_option('prefix'), get_option('libexecdir'), meson.project_name()))