openSUSE-release-tools/systemd/osrt-rabbit-openqa.service
Stephan Kulow a098f41f63 Fail rabbit-openqa and have systemd restart it
There were still exceptions not caught - and I have the suspicion
that the memory leaks we see in production are caused by the reconnects
(if you google for python memory leaks you end up with pika and lxml
examples - both we use here, so a restart every couple of hours can't
hurt)
2018-11-03 18:28:57 +01:00

11 lines
192 B
Desktop File

[Unit]
Description=openSUSE Release Tools: Sync openQA status
[Service]
User=osrt-rabbit-openqa
ExecStart=/usr/bin/osrt-rabbit-openqa
Restart=on-failure
[Install]
WantedBy=multi-user.target