10 lines
152 B
SYSTEMD
10 lines
152 B
SYSTEMD
|
[Unit]
|
||
|
Description=Simple WSGI Server
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/home/USERNAME-HIER-EINSETZEN/hello-web.sh
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|