| 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 | |
| ) |