Service Configuration
Fill required fields below. Invalid fields will show inline hints.
Generated Service File
# Your generated service file will appear here after clicking "Generate"
Dynamic Deployment Guide
-
Step 1 — Create service file
sudo nano /etc/systemd/system/my-app.service
-
Step 2 — Paste contents and save
# Paste generated file, then: # Ctrl+X, Y, Enter
-
Step 3 — Reload daemon
sudo systemctl daemon-reload
-
Step 4 — Enable & start
sudo systemctl enable my-app.service sudo systemctl start my-app.service
-
Step 5 — Check status
sudo systemctl status my-app.service
Preview & Validation
Fields flagged in red are invalid. Hover fields for help.
ExecStart preview
/home/ubuntu/my-project/venv/bin/python main.py
Status
No errors