blob: 0ccf48ad8de4bb1ac4f88070ba3ba3352dd567ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[Unit]
Description=Autobook bond and cds trades from bloomberg sftp
After=network.target postgresql.service
OnFailure=monitor@%n
[Service]
Type=simple
User=guillaume
Group=guillaume
ExecStart=/usr/bin/python book_bbg.py
WorkingDirectory=/home/guillaume/projects/code/python
EnvironmentFile=/etc/serenitas.conf
[Install]
WantedBy=default.target
|