|
2. LSB distributions such as Debian or Ubuntu
Install the service
$ sudo cp ${$NUODB_ROOT}/etc/nuoagent /etc/init.d/nuoagent
$ chmod 755 /etc/init.d/nuoagent
$ sudo update-rc.d nuoagent defaults 98 02
To delete the service
$ sudo update-rc.d -f nuoagent remove
Note: Using nuodbmanager to create a domain administrator causes the broker for the domain to write database account information in /etc.
Other customizations: Edit the etc\default.properties (MS Windows), etc/default.properties (UNIX) file to specify properties, or specify a different source of properties for an agent or broker. |
|