18 lines
364 B
Desktop File
18 lines
364 B
Desktop File
[Unit]
|
|
Description=Linux Practice Server (reverse proxied by Caddy)
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=llm
|
|
Group=llm
|
|
WorkingDirectory=/home/llm/projects/linux-practice
|
|
ExecStart=/usr/bin/python3 /home/llm/projects/linux-practice/server.py
|
|
Restart=always
|
|
RestartSec=5
|
|
StandardOutput=journal
|
|
StandardError=journal
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|