10 lines
130 B
SYSTEMD
10 lines
130 B
SYSTEMD
[Unit]
|
|
Description=Run clean-cloud regularly
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 02:00:00
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|