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]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
WorkingDirectory=/home/edpibu/Code/hasspy
|
ExecStart=/usr/bin/python -m hasspy
|
||||||
ExecStart=/usr/bin/uv run main.py
|
|
||||||
Restart=always
|
Restart=always
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|
Loading…
Add table
Reference in a new issue