11 lines
138 B
SYSTEMD
11 lines
138 B
SYSTEMD
[Unit]
|
|
Description="{{description}}"
|
|
|
|
[Timer]
|
|
OnBootSec=1min
|
|
OnCalendar={{on_calendar}}
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|