blob: f62b25ab000083a830e7579102cddc5d1c0b9970 (
plain)
1
2
3
4
5
6
7
8
9
|
[Unit]
Description=Parse Swaption emails
[Service]
Type=simple
ExecStart=/usr/bin/python $HOME/projects/code/python/parse_emails.py
WorkingDirectory=/home/guillaume/projects/code/python
Environment=DATA_DIR=/home/share/CorpCDOs/data
Environment=LOG_DIR=/home/share/CorpCDOs/logs
|