RAD-webserver/_deployment/msl_webserver.service

14 lines
356 B
SYSTEMD
Raw Permalink Normal View History

2022-08-05 22:00:33 +02:00
[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