fix: naming

This commit is contained in:
Tobias Reisinger 2020-07-01 23:39:09 +02:00
parent 340489da6d
commit 3c0a34f842
10 changed files with 16 additions and 20 deletions

12
core/emgauwa-core.service Normal file
View 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