]> git.sesse.net Git - plocate/blobdiff - meson_options.txt
Add a systemd service and timer for updatedb, obsoleting the cron entry.
[plocate] / meson_options.txt
index 3e2f6ccd7b8d1c67e7b751c8949bc0b273f44350..f26115558a39f67cd8e402b39dc97e2711e6a896 100644 (file)
@@ -1,2 +1,3 @@
-option('install_cron', type: 'boolean', value: true, description: 'Install update script into /etc/cron.daily')
+option('install_cron', type: 'boolean', value: false, description: 'Install mlocate conversion script into /etc/cron.daily')
+option('install_systemd', type: 'boolean', value: true, description: 'Install systemd service and timer for updatedb, if systemd is installed')
 option('locategroup', type: 'string', value: 'plocate', description: 'Group that the install script will use for the .db file')