RAD-webserver/_deployment/msl_webserver.service
2022-08-05 22:00:33 +02:00

14 lines
356 B
Desktop File

[Unit]
Description=RAD webserver instance
After=network.target
StartLimitIntervalSec=0
[Service]
# this service is only deploy on you own computer.
# for the etsasa
User=rad
Group=rad
ExecStart=/home/asterix/khaksari/RAD-webserver/env/bin/python3 /home/asterix/khaksari/RAD-webserver/app.py
Restart=always
RestartSec=1
[Install]
WantedBy=multi-user.target