Updated version of "Start SearXNG with systemd"

* Update: grammatical correctness in README.md

* Update:  grammatical accuracy on README.md

* Update: enhance readability and include proper syntax highlighting for the commands under "Start SearXNG with systemd" in README.md

Update: enhance readability and include proper syntax highlighting for the commands under "Start SearXNG with systemd" in README.md

Update README.md

Update README.md

Update README.md

Update: enhance readability and included proper syntax highlighting for the commands under "Start SearXNG with systemd" in README.md

Update: Space Fix!

Update: Space Fixing in cp command
This commit is contained in:
(root@itachi)-[~]
2025-01-03 19:45:03 +05:30
committed by GitHub
parent 271ba86644
commit a899b72a50

View File

@@ -61,14 +61,24 @@ To access the logs of one specific container:
### Start SearXNG with systemd ### Start SearXNG with systemd
You can skip this step if you don't use systemd. You can skip this step if you don't use systemd.
1. Copy the service template file:
```sh
cp searxng-docker.service.template searxng-docker.service
```
2. Edit the content of ```WorkingDirectory``` in the ```searxng-docker.service``` file (only if the installation path is different from ```/usr/local/searxng-docker```)
3. Enable the service:
```sh
systemctl enable $(pwd)/searxng-docker.service
```
- ```cp searxng-docker.service.template searxng-docker.service``` 4. Start the service:
- edit the content of ```WorkingDirectory``` in the ```searxng-docker.service``` file (only if the installation path is different from /usr/local/searxng-docker) ```sh
- Install the systemd unit: systemctl start searxng-docker.service
```sh ```
systemctl enable $(pwd)/searxng-docker.service
systemctl start searxng-docker.service **Note:** Ensure the service file path matches your installation directory before enabling it.
```
## Note on the image proxy feature ## Note on the image proxy feature