blob: a63b4e5598d3f09b1cf41ca1c096d3fdcf214af9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=send allocation email and upload to bbh
OnFailure=onfailure@%n.service
[Service]
Type=oneshot
User=flint
Group=flint
ExecStart=/usr/bin/python bondallocation_email.py
ExecStart=/usr/bin/python upload_bbh_trades.py
WorkingDirectory=/home/guillaume/projects/code/python
EnvironmentFile=/etc/serenitas.conf
|