Initial commit

This commit is contained in:
2021-03-09 20:32:57 +01:00
commit 0420b3efbd
56 changed files with 94426 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[Unit]
Description=wo-bisch web service
After=syslog.target
After=network.target
[Service]
Type=simple
User=appuser
Group=appuser
WorkingDirectory=/home/appuser/wo-bisch-web
ExecStart=/home/appuser/wo-bisch-web/wo-bisch-web
Restart=always
[Install]
WantedBy=multi-user.target