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