This commit is contained in:
2019-01-20 20:53:32 +01:00
parent 57c5474434
commit c17a7e3b42
6 changed files with 292 additions and 29 deletions

View File

@@ -0,0 +1,9 @@
[Unit]
Description=Simple WSGI Server
[Service]
Type=simple
ExecStart=/home/USERNAME-HIER-EINSETZEN/hello-web.sh
[Install]
WantedBy=multi-user.target

2
beispiele/8/hello-web.sh Normal file
View File

@@ -0,0 +1,2 @@
#!/bin/bash
cd /home/; python3 -m http.server 8082