add: second controller in testing

This commit is contained in:
Tobias Reisinger 2020-08-27 21:35:26 +02:00
parent dc71d7ea10
commit cecf9856fe
5 changed files with 136 additions and 22 deletions

View file

@ -0,0 +1,12 @@
[Unit]
Description=Emgauwa Controller [Testing] 2 Launcher
After=network.target
[Service]
Type=simple
WorkingDirectory=/var/lib/emgauwa/controller/
ExecStart=emgauwa-controller start -c /etc/emgauwa/controller2.ini
Restart=on-failure
[Install]
WantedBy=multi-user.target