File: rush.xinetd

package info (click to toggle)
rush 1.7%2Bdfsg-4
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,716 kB
  • ctags: 3,277
  • sloc: ansic: 7,729; sh: 4,985; perl: 297; makefile: 113; awk: 37; sed: 24
file content (63 lines) | stat: -rw-r--r-- 1,284 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# 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
}