fix: naming
This commit is contained in:
parent
340489da6d
commit
3c0a34f842
10 changed files with 16 additions and 20 deletions
controller
12
controller/emgauwa-controller.service
Normal file
12
controller/emgauwa-controller.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