mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-01 07:59:22 +01:00
12 lines
219 B
SYSTEMD
12 lines
219 B
SYSTEMD
[Unit]
|
|
Description=Execute Matterbridge restarter daily between 05-06 Finnish time
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 05:00:00 Europe/Helsinki
|
|
#OnBootSec=0
|
|
RandomizedDelaySec=1h
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|