|
|
@ -19,6 +19,7 @@ |
|
|
|
|
|
|
|
# An rrqnet stanza may have the following settings: |
|
|
|
# rrqnet_port <port> |
|
|
|
# rrqnet_renice <nice> |
|
|
|
# rrqnet_remote <remote declaration> |
|
|
|
# rrqnet_options <options> |
|
|
|
# rrqnet_log <level> <pathname> |
|
|
@ -53,6 +54,9 @@ start_cable_pre_up() { |
|
|
|
$RRQDAEMON ${IF_RRQNET_LOG%% *} $IF_RRQNET_OPTIONS \ |
|
|
|
-t $IFACE $IF_RRQNET_PORT $IF_RRQNET_REMOTE |
|
|
|
fi |
|
|
|
CHPID="$(cat /var/run/$NAME)" |
|
|
|
[ -z "$RRQNET_RENICE" ] || [ -z "$CHPID" ] || \ |
|
|
|
renice -n "$RRQNET_RENICE" "$CHPID" |
|
|
|
} |
|
|
|
|
|
|
|
#function |
|
|
|