diff --git a/nelns/naming_service/README.md b/nelns/naming_service/README.md new file mode 100644 index 0000000000..0078158e49 --- /dev/null +++ b/nelns/naming_service/README.md @@ -0,0 +1,34 @@ +# naming_service + +## options + +``` +--nsname + sets a service full name post fix + Examples: + naming_service --nsname test # will result in the service full name 'naming_service_test' +--fullnsname + 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 + text tat will be inserted between the log file name and the extension + Examples: + -N test # will result in a logfile _test.log +-Z + if set to 'u' releases the module manager +``` \ No newline at end of file