11 lines
256 B
SYSTEMD
11 lines
256 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Binky daily operating rhythm (agent-harness on Railiance)
|
||
|
|
After=network-online.target
|
||
|
|
|
||
|
|
[Service]
|
||
|
|
Type=oneshot
|
||
|
|
Environment=HOME=%h
|
||
|
|
WorkingDirectory=%h/binky-control
|
||
|
|
ExecStart=%h/binky-control/scripts/railiance-rhythm/run-daily.sh
|
||
|
|
Nice=10
|