10 lines
149 B
SYSTEMD
10 lines
149 B
SYSTEMD
[Unit]
|
|
Description=Timer for app-name
|
|
|
|
[Timer]
|
|
Persistent=true
|
|
OnCalendar=Sat *-*-* 04:00:00
|
|
RandomizedDelaySec=2h
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|