From 2dd86fcf9750b579fbd45526371e9cd62e76a0fa Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Mon, 11 Oct 2021 14:22:11 -0600 Subject: [PATCH] Update systemd instructions Fixes #453 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index baf4952..c6f56df 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ Description=Whoogle # Load values from dotenv only #Environment=WHOOGLE_DOTENV=1 Type=simple -User=root +User= WorkingDirectory= ExecStart=/venv/bin/python3 -um app --host 0.0.0.0 --port 5000 ExecReload=/bin/kill -HUP $MAINPID