summarylogtreecommitdiffstats
path: root/whoogle.service
diff options
context:
space:
mode:
authordr460nf1r32021-10-21 13:15:52 +0200
committerdr460nf1r32021-10-21 13:15:52 +0200
commitf0d06a896ab249c611d5e378ee70256e6dcb9b1e (patch)
tree60e7328aaaa2082e870fd1f03e134ebeebc1eefc /whoogle.service
parent580928c1c80e5db099b68b5b39fa2c8dd24a0f6e (diff)
downloadaur-f0d06a896ab249c611d5e378ee70256e6dcb9b1e.tar.gz
Typo
Diffstat (limited to 'whoogle.service')
-rw-r--r--whoogle.service2
1 files changed, 1 insertions, 1 deletions
diff --git a/whoogle.service b/whoogle.service
index e5fb030f20d0..39c3aafeccf1 100644
--- a/whoogle.service
+++ b/whoogle.service
@@ -7,7 +7,7 @@ Wants=network-online.target
Type=simple
User=whoogle
WorkingDirectory=/opt/whoogle-search
-EnvironmentFile=-/etc/default/whoogle
+EnvironmentFile=/etc/default/whoogle
ExecStart=/opt/whoogle-search/venv/bin/python -um app --host $BIND_ADDRESS --port $LISTEN_PORT
ExecReload=/bin/kill -HUP $MAINPID
Restart=always