add: second controller in testing
This commit is contained in:
parent
dc71d7ea10
commit
cecf9856fe
5 changed files with 136 additions and 22 deletions
controller-testing
12
controller-testing/emgauwa-controller-testing2.service
Normal file
12
controller-testing/emgauwa-controller-testing2.service
Normal 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
|
Reference in a new issue