40b5c7d628
cleanup-temp.timer hinzugefügt
10 lines
135 B
SYSTEMD
10 lines
135 B
SYSTEMD
[Unit]
|
|
Description=Run Temp Cleanup daily
|
|
|
|
[Timer]
|
|
OnBootSec=5min
|
|
OnUnitActiveSec=24h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target |