Add WorkingDirectory to systemd example [skip ci]

This commit is contained in:
Ben Busby 2023-09-13 15:58:01 -06:00 committed by GitHub
parent 8b99a87020
commit e9c4ed6399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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