add: core and controller for prod

This commit is contained in:
Tobias Reisinger 2020-07-01 23:28:49 +02:00
parent e8596a8e70
commit 0d54ce7c6e
10 changed files with 211 additions and 0 deletions

View 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