blob: 098559ad7bc8d50775b663d0cf547aab61f27dc9 (
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/code/python
Environment=DATA_DIR=/home/share/CorpCDOs/data
Environment=LOG_DIR=/home/share/CorpCDOs/logs
|