[Unit] Description=Furtka Live Installer (Flask) After=network-online.target Wants=network-online.target [Service] Type=simple WorkingDirectory=/opt/furtka ExecStart=/usr/bin/python -m flask --app app run --host 0.0.0.0 --port 5000 Restart=on-failure RestartSec=3 [Install] WantedBy=multi-user.target