make the reseed command self-supervising so that we odn't need an initscript

This commit is contained in:
idk
2019-11-16 20:12:26 -05:00
parent c6abcc64b3
commit 8ab8b14b66

View File

@@ -47,6 +47,12 @@ fork, from anywhere:
cd i2p-tools-1
make build
### Without a webserver, standalone, self-supervising(Automatic restarts)
```
./i2p-tools-1 reseed --signer=you@mail.i2p --netdb=/home/i2p/.i2p/netDb --restart=start
```
### Without a webserver, standalone, automatic OnionV3 with TLS support
```