blob: 1673ab14b5a2e0781aec222c124412bd440838dd [file] [log] [blame]
systemd = dependency('systemd')
systemunitdir = systemd.get_variable(pkgconfig : 'systemdsystemunitdir')
configure_file(
configuration: {'BIN': libexecdir / 'boot-time-monitor'},
input: 'boot-time-monitor.service.in',
output: 'boot-time-monitor.service',
install_mode: 'rw-r--r--',
install_dir: systemunitdir
)