10 lines
149 B
SYSTEMD
10 lines
149 B
SYSTEMD
[Unit]
|
|
Description=Run gomanager every day at 2am
|
|
|
|
[Timer]
|
|
OnCalendar=*-*-* 02:00:00 Europe/Berlin
|
|
Persistent=true
|
|
|
|
[Install]
|
|
WantedBy=timers.target
|