]> git.sesse.net Git - plocate/blobdiff - meson.build
Add a systemd service and timer for updatedb, obsoleting the cron entry.
[plocate] / meson.build
index 31f51d8856b86e95865b58d1b5955d25b2f30d11..b963c03db8209cc28bb6662216faa5ecdd48a714 100644 (file)
@@ -63,6 +63,18 @@ endif
 install_man('plocate.1')
 install_man('plocate-build.8')
 
+if get_option('install_systemd')
+       systemd = dependency('systemd', required: false)
+       if systemd.found()
+               unitdir = systemd.get_pkgconfig_variable('systemdsystemunitdir')
+               updatedb_service = configure_file(input: 'plocate-updatedb.service.in',
+                      output: 'plocate-updatedb.service',
+                      configuration: conf_data)
+               install_data(updatedb_service, install_dir: unitdir)
+               install_data('plocate-updatedb.timer', install_dir: unitdir)
+       endif
+endif
+
 # Requires having TurboPFor checked out, so not built by default.
 # Unless you have a recent Meson, there's no apparently good way
 # of calling into that directory to run make, and we're not