10 lines
155 B
SYSTEMD
10 lines
155 B
SYSTEMD
[Unit]
|
|
Description=Runs the maps Cleaner once each 10 hours
|
|
Requires=clean_maps1.service
|
|
|
|
[Timer]
|
|
OnCalendar=00/1:00
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|