blob: d2ee306967ce77583091a0fa786040b3d0c16201 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=Email an margin estimate and run the morning collateral file
[Service]
Type=oneshot
User=flint
Group=flint
ExecStart=/usr/bin/python -m collateral -d
ExecStart=/usr/bin/python margin_estimates.py
WorkingDirectory=/home/guillaume/projects/code/python
EnvironmentFile=/etc/serenitas.conf
Environment=PYTHONPATH=/home/guillaume/projects/code/python
|