11 lines
146 B
SYSTEMD
11 lines
146 B
SYSTEMD
[Unit]
|
|
Description=Updates mlocate database every day
|
|
|
|
[Timer]
|
|
OnCalendar=daily
|
|
AccuracySec=24h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|