fix: naming
This commit is contained in:
parent
340489da6d
commit
3c0a34f842
10 changed files with 16 additions and 20 deletions
12
core/emgauwa-core.service
Normal file
12
core/emgauwa-core.service
Normal file
|
@ -0,0 +1,12 @@
|
|||
[Unit]
|
||||
Description=Emgauwa Core Launcher
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
WorkingDirectory=/var/lib/emgauwa/core/
|
||||
ExecStart=emgauwa-core start -c /etc/emgauwa/core.ini
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in a new issue