aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/citco_product.service
blob: bccf899a576c970c5e280fc805ecccb0a5f8ec62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=Upload citco product files to Citco
After=network.target postgresql.service
OnFailure=monitor@%n

[Service]
Type=simple
User=guillaume
Group=guillaume
ExecStart=/usr/bin/python -m serenitas.ops -l
WorkingDirectory=/home/guillaume/projects/code/python
EnvironmentFile=/etc/serenitas.conf

[Install]
WantedBy=default.target