mlocate/mlocate-updatedb.service
Michal Sekletar 987f5de5b7 Make service of the type simple
systemd will not block and wait for the service to finish

Resolves: #1282232
2016-03-18 13:55:28 +01:00

14 lines
231 B
Desktop File

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