11 lines
251 B
SYSTEMD
11 lines
251 B
SYSTEMD
|
|
[Unit]
|
||
|
|
Description=Binky weekly mail intake (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-mail.sh
|
||
|
|
Nice=10
|