|
|
|
|
|
|
|
|
1) Set the VERBOSE variable in /etc/default/rcS to control the |
|
|
1) Set the VERBOSE variable in /etc/default/rcS to control the |
|
|
script output. |
|
|
script output. |
|
|
|
|
|
|
|
|
2) Configure the system to run the script using the appropriate |
|
|
|
|
|
procedure. |
|
|
|
|
|
|
|
|
2) Configure the system to run the script. With sysv-rc-conf: |
|
|
|
|
|
|
|
|
|
|
|
sysv-rc-conf -level 2345 snf-server on |
|
|
|
|
|
|
|
|
|
|
|
will start the server for runlevels 2, 3, 4, and 5. |
|
|
|
|
|
|
|
|
|
|
|
And |
|
|
|
|
|
|
|
|
|
|
|
sysv-rc-conf --list snf-server |
|
|
|
|
|
|
|
|
|
|
|
will list the runlevels for which the server is started. |
|
|
|
|
|
|
|
|
3) Run '/etc/init.d/snf-server start' to start the server. |
|
|
3) Run '/etc/init.d/snf-server start' to start the server. |
|
|
|
|
|
|