Update systemd service file to use Python module execution

This commit is contained in:
Edgar P. Burkhart 2025-03-09 11:22:58 +01:00
parent e8558af260
commit 802213b709
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -4,8 +4,7 @@ After=network.target
[Service]
Type=simple
WorkingDirectory=/home/edpibu/Code/hasspy
ExecStart=/usr/bin/uv run main.py
ExecStart=/usr/bin/python -m hasspy
Restart=always
[Install]