8 lines
201 B
Desktop File
8 lines
201 B
Desktop File
[Unit]
|
|
Description=Purge des fichiers rate-limit AEP anciens
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
ExecStartPre=/bin/mkdir -p /tmp/nav-ratelimit
|
|
ExecStart=/usr/bin/find /tmp/nav-ratelimit/ -type f -mtime +1 -delete
|