Add `WorkingDirectory` to systemd example [skip ci]

pull/1067/head
Ben Busby 8 months ago committed by GitHub
parent 8b99a87020
commit e9c4ed6399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -234,6 +234,7 @@ ExecStart=<python_install_dir>/python3 <whoogle_install_dir>/whoogle-search --ho
ExecStart=<whoogle_repo_dir>/run
# For example:
# ExecStart=/var/www/whoogle-search/run
WorkingDirectory=<whoogle_repo_dir>
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
RestartSec=3

Loading…
Cancel
Save