HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //usr/share/doc/rush/examples/rush.xinetd
# Deposit this file, suitably renamed in
#   /etx/xinetd.d/
#

# There should be at most one instance of the
# next service 'tcpmux'.

service tcpmux
{
  disable     = no
  type        = INTERNAL
  id          = tcpmux
  socket_type = stream
  protocol    = tcp
  #flags      = IPv6
  user        = root
  wait        = no
  log_type    = SYSLOG user notice
  log_on_success = PID EXIT
  log_on_failure = ATTEMPT
}

# The service name(s) of the following service(s) must match
# the corresponding rule in '/etc/rush.rc', if GNU rush shall
# be able to send notifications.
#
# The names must not coincide with any name present
# in '/etc/services'.
#
# Activate 'rsync-home' if needed.

service sftp-rush
{
  disable     = no
  type        = TCPMUXPLUS UNLISTED
  socket_type = stream
  protocol    = tcp
  wait        = no
  user        = root
  server      = /usr/bin/rush-notifier
}

service scp-to
{
  disable     = no
  type        = TCPMUXPLUS UNLISTED
  socket_type = stream
  protocol    = tcp
  wait        = no
  user        = root
  server      = /usr/bin/rush-notifier
}

service rsync-home
{
  disable     = yes
  type        = TCPMUXPLUS UNLISTED
  socket_type = stream
  protocol    = tcp
  wait        = no
  user        = root
  server      = /usr/bin/rush-notifier
}