blob: e7a6307729f38eaf449fea1dd3ce19086d051596 [file] [log] [blame]
if get_option('blobtool').allowed()
systemd_dep = dependency('systemd')
if systemd_dep.found()
import('fs').copyfile(
'binarystore-migration.service',
install: true,
install_dir: systemd_dep.get_variable(pkgconfig: 'systemdsystemunitdir'),
)
endif
endif