[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