blob: 5360cb3f6f04ebb6ec2d62ab3db788a932d7faf5 (
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/serenitas/CorpCDOs/data
Environment=LOG_DIR=/home/serenitas/CorpCDOs/logs
|