mlocate/mlocate-updatedb.service

15 lines
244 B
SYSTEMD
Raw Normal View History

[Unit]
Description=Update a database for mlocate
[Service]
Type=oneshot
ExecStart=/usr/libexec/mlocate-run-updatedb
Nice=19
IOSchedulingClass=2
IOSchedulingPriority=7
PrivateTmp=true
PrivateDevices=true
PrivateNetwork=true
ProtectSystem=true