mirror of
https://github.com/neocturne/fastd.git
synced 2025-05-14 12:25:07 +02:00
doc: examples/openwrt/fastd.init: add help text for custom commands
This commit is contained in:
parent
93a4b231fe
commit
5944dc18a7
1 changed files with 12 additions and 1 deletions
|
@ -5,7 +5,18 @@ START=95
|
||||||
|
|
||||||
SERVICE_USE_PID=1
|
SERVICE_USE_PID=1
|
||||||
|
|
||||||
EXTRA_COMMANDS="up down show_key generate_key"
|
EXTRA_COMMANDS='up down show_key generate_key'
|
||||||
|
|
||||||
|
EXTRA_HELP='
|
||||||
|
up starts the instances given as additional arguments
|
||||||
|
down stops the instances given as additional arguments
|
||||||
|
show_key shows the public keys of the instances given as
|
||||||
|
additional arguments
|
||||||
|
generate_key generates the private keys for the instances given as
|
||||||
|
additional arguments and saves them in the configuration
|
||||||
|
(when there in no key configured yet)
|
||||||
|
'
|
||||||
|
|
||||||
|
|
||||||
LIST_SEP="
|
LIST_SEP="
|
||||||
"
|
"
|
||||||
|
|
Loading…
Add table
Reference in a new issue