blob: 0f265c4db39a5dcb2774e48ad15ac470124be19d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[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 -ld
WorkingDirectory=/home/guillaume/projects/code/python
EnvironmentFile=/etc/serenitas.conf
LoadCredential=serenitas:/etc/credstore
[Install]
WantedBy=default.target
|