Update systemd instructions

Fixes #453
pull/521/head
Ben Busby 3 years ago committed by GitHub
parent 002e2103ad
commit 2dd86fcf97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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

Loading…
Cancel
Save