Update systemd service file to use Python module execution
This commit is contained in:
parent
e8558af260
commit
802213b709
1 changed files with 1 additions and 2 deletions
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue