blob: bb097731f877279c2bcbe0b27f7d29dd6e9e457e [file]
systemd = dependency('systemd')
systemunitdir = systemd.get_variable(pkgconfig: 'systemdsystemunitdir')
libexecdir = get_option('prefix') / get_option('libexecdir')
configure_file(
configuration: {'BINDIR': libexecdir},
input: 'gvrlog.service',
output: 'gvrlog.service',
install_mode: 'rw-r--r--',
install_dir: systemunitdir
)