blob: 7439a8005e75d376f1b05ce9f09b185c81d91ab0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
[Unit]
Description=Autobook bond and cds trades from bloomberg sftp
After=network.target postgresql.service
[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
|