add: actually package
This commit is contained in:
parent
f955a91399
commit
583ea0ac9d
5 changed files with 56 additions and 15 deletions
12
emgauwa-core-testing.service
Normal file
12
emgauwa-core-testing.service
Normal file
|
@ -0,0 +1,12 @@
|
|||
[Unit]
|
||||
Description=Emgauwa Core [Testing] 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