Simplify service execution command in hasspy.service
This commit is contained in:
parent
fad234ad00
commit
b5a3846cc5
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ After=network.target
|
|||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/bin/python -m hasspy
|
||||
ExecStart=hasspy
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
|
|
Loading…
Add table
Reference in a new issue