[Unit] Description=shell-gen - Linux shell script generator After=network.target [Service] Type=simple User=root WorkingDirectory=/root/shell-gen ExecStart=/usr/bin/python3 /root/shell-gen/app.py Restart=on-failure RestartSec=3 Environment=PORT=5099 [Install] WantedBy=multi-user.target