13 lines
188 B
SYSTEMD
13 lines
188 B
SYSTEMD
[Unit]
|
|
Description=Daily locate database update
|
|
Documentation=man:updatedb
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
AccuracySec=12h
|
|
Unit=mlocate.service
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|