11 lines
192 B
SYSTEMD
11 lines
192 B
SYSTEMD
[Unit]
|
|
Description=Reset Gardomatic demo data every night
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 04:00:00 Europe/Berlin
|
|
Persistent=true
|
|
Unit=gardomatic-demo-reset.service
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|