#
# Copyright (c) 2012 Ericsson AB.
# All rights reserved.
#
# Reeve Yang, Augst 2011
#
# default: on
# description: Listen on incoming remote reboot request on port 20139
#
service rbn_reboot_d
{
    type        = UNLISTED
    flags       = REUSE
    socket_type = stream
    protocol    = tcp
    wait        = no
    only_from   = 127.4.252.1  127.4.253.1
    port        = 20139
    bind        = 127.4.253.1
    log_type    = SYSLOG daemon info
    user        = root
    server      = /usr/lib/siara/bin/rbn_reboot_d
    log_on_failure  += USERID
    instances   = 1
    disable     = no
}
