aboutsummaryrefslogtreecommitdiffstats
path: root/queue2pgsql.service
blob: 49e406655039faf9cd5bd85a0d9e460e8ac45c1c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Simple service to start python-listener
StartLimitIntervalSec=100
StartLimitBurst=5

[Service]
Type=simple
EnvironmentFile=%h/energyscripts/.env
WorkingDirectory=%h/energyscripts
ExecStart=%h/energyscripts/venv/bin/python3 -u queue2pgsql.py
Restart=on-failure
TimeoutStopSec=70
RestartSec=30
SyslogIdentifier=queue2pgsql

[Install]
WantedBy=default.target