16 lines
497 B
SYSTEMD
16 lines
497 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Lowkey Backtest Daily Model Training
|
||
|
|
After=network.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
WorkingDirectory=/home/tamaya/Documents/Work/TCP/lowkey_backtest_live
|
||
|
|
ExecStart=/home/tamaya/Documents/Work/TCP/lowkey_backtest_live/train_daily.sh
|
||
|
|
User=tamaya
|
||
|
|
Group=tamaya
|
||
|
|
StandardOutput=append:/home/tamaya/Documents/Work/TCP/lowkey_backtest_live/logs/training.log
|
||
|
|
StandardError=append:/home/tamaya/Documents/Work/TCP/lowkey_backtest_live/logs/training.log
|
||
|
|
|
||
|
|
[Install]
|
||
|
|
WantedBy=multi-user.target
|