blob: e2cb57ebf8a6071192affc0c37cf7550bd29c6ea (
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 -ld
WorkingDirectory=/home/guillaume/projects/code/python
EnvironmentFile=/etc/serenitas.conf
[Install]
WantedBy=default.target
|