Skip to content

Commit

Permalink
add some documentation of the naming_service cli
Browse files Browse the repository at this point in the history
  • Loading branch information
zerotacg committed Jun 13, 2024
1 parent ff04127 commit e8786ff
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions nelns/naming_service/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# naming_service

## options

```
--nsname <post fix>
sets a service full name post fix
Examples:
naming_service --nsname test # will result in the service full name 'naming_service_test'
--fullnsname <full name>
sets the service full name, defaults to 'naming_service', takes precedence over --nsname
--shortnsname
sets the service short name, defaults to 'NS'
--nolog
don't log to file, takes precedence over setting in the config file
```

## NLNET::IService inherited options

```
--writepid
-A
path where to run the service, takes precedence over setting in the config file
-C
config file dir
-L
log dir
-N <postfix>
text tat will be inserted between the log file name and the extension
Examples:
-N test # will result in a logfile <full name>_test.log
-Z
if set to 'u' releases the module manager
```

0 comments on commit e8786ff

Please sign in to comment.