add: core and controller for prod
This commit is contained in:
parent
e8596a8e70
commit
0d54ce7c6e
10 changed files with 211 additions and 0 deletions
12
controller/emgauwa-controller-testing.service
Normal file
12
controller/emgauwa-controller-testing.service
Normal file
|
@ -0,0 +1,12 @@
|
|||
[Unit]
|
||||
Description=Emgauwa Controller 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