Simplify service execution command in hasspy.service

This commit is contained in:
Edgar P. Burkhart 2025-03-09 13:00:22 +01:00
parent fad234ad00
commit b5a3846cc5
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227

View file

@ -4,7 +4,7 @@ After=network.target
[Service]
Type=simple
ExecStart=/usr/bin/python -m hasspy
ExecStart=hasspy
Restart=always
[Install]