11 lines
168 B
SYSTEMD
11 lines
168 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Run Lowkey Backtest Training Daily
|
||
|
|
|
||
|
|
[Timer]
|
||
|
|
OnCalendar=*-*-* 00:30:00
|
||
|
|
Persistent=true
|
||
|
|
Unit=lowkey-training.service
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=timers.target
|