Update systemd instructions

Fixes #453
This commit is contained in:
Ben Busby 2021-10-11 14:22:11 -06:00 committed by GitHub
parent 002e2103ad
commit 2dd86fcf97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -197,7 +197,7 @@ Description=Whoogle
# Load values from dotenv only
#Environment=WHOOGLE_DOTENV=1
Type=simple
User=root
User=<username>
WorkingDirectory=<whoogle_directory>
ExecStart=<whoogle_directory>/venv/bin/python3 -um app --host 0.0.0.0 --port 5000
ExecReload=/bin/kill -HUP $MAINPID