Revise service startup and DB management commands

Updated service start and database management instructions to show that the command should be explicitly be run from `/usr/local/gcf1`
This commit is contained in:
Paul Jenkins
2026-03-20 15:36:37 +00:00
committed by GitHub
parent 3b259c4457
commit e630ca4868

View File

@@ -50,20 +50,27 @@ HYBRID_NS_ACCESS=andkWEzbBWRR2K6iw4edRvfd6MmNNjRx
HYBRID_USER_AGENT=CSUX_blackdice
```
6. To start the service, run:
6. To start the service:
```
sbin/gcf1 start
Starting gcf1d services: ...succeeded
cd /usr/local/gcf1/
./sbin/gcf1 start
# Starting gcf1d services: ...succeeded
```
7. To download/update databases, run:
```
bin/gcf1dbmng.sh etc urldb_download
Success DB download .
bin/gcf1dbmng.sh etc urldb_update
Success DB update .
cd /usr/local/gcf1/
./bin/gcf1dbmng.sh etc urldb_download
# Success DB download .
./bin/gcf1dbmng.sh etc urldb_update
# Success DB update .
```
## UDP Server Setup