Initial commit

This commit is contained in:
2021-03-02 19:40:05 +01:00
commit e66ae9695b
6 changed files with 207 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[Unit]
Description=wo-bisch-lorahandler web service
After=syslog.target
After=network.target
[Service]
Type=simple
User=appuser
Group=appuser
WorkingDirectory=/home/appuser/wo-bisch-lorahandler
ExecStart=/home/appuser/wo-bisch-lorahandler/wo-bisch-lorahandler
Restart=always
[Install]
WantedBy=multi-user.target