add: controller
fix: structure in directories
This commit is contained in:
parent
583ea0ac9d
commit
e811f35c84
10 changed files with 122 additions and 1 deletions
controller-testing
12
controller-testing/emgauwa-controller-testing.service
Normal file
12
controller-testing/emgauwa-controller-testing.service
Normal file
|
@ -0,0 +1,12 @@
|
|||
[Unit]
|
||||
Description=Emgauwa Controller [Testing] Launcher
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
WorkingDirectory=/var/lib/emgauwa/controller/
|
||||
ExecStart=emgauwa-controller start -c /etc/emgauwa/controller.ini
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in a new issue