14 lines
292 B
Desktop File
14 lines
292 B
Desktop File
[Unit]
|
|
Description=MYP Backend Python Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=user
|
|
WorkingDirectory=/home/user/Projektarbeit-MYP/backend/app
|
|
ExecStart=/usr/bin/python3.11 app.py --host 192.168.0.105 --port 80
|
|
Restart=always
|
|
RestartSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |