blob: f4196724ca4eb6a4575e022b93e704f885ad5b96 (
plain)
1
2
3
4
5
6
7
8
9
|
[Unit]
Description=Parse Swaption emails
[Service]
Type=simple
ExecStart=/usr/bin/python $HOME/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
|