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