Add systemd service + use self containt deployment
This commit is contained in:
10
recipes-runtime/testapp/files/testapp.service
Normal file
10
recipes-runtime/testapp/files/testapp.service
Normal file
@@ -0,0 +1,10 @@
|
||||
[Unit]
|
||||
Description=E.ON ShowCase TestApp
|
||||
Requires=mosquitto.service
|
||||
After=mosquitto.service
|
||||
|
||||
[Service]
|
||||
ExecStart=/TestApp/TestApp
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user