16 lines
282 B
Desktop File
16 lines
282 B
Desktop File
[Unit]
|
|
Description=AI Hell - Passive Horror Webapp
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
WorkingDirectory=/opt/ai-hell
|
|
ExecStart=/opt/ai-hell/venv/bin/python run.py
|
|
Restart=on-failure
|
|
RestartSec=5
|
|
Environment=PYTHONUNBUFFERED=1
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|