This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
Environment="LOG_TO_JOURNALD=1" "LANG=en"
-
ExecStart=find /var/lib/rmt/tmp/cache -mmin +20 -type f -delete
-
Restart=no
-
Type=simple
-
-
[Unit]
-
After=rmt-server.service
-
Description=Trim expired cache files generated by RMT
-
Wants=rmt-server.service
-
Additionnal notes
Nothing here.