File: xinetd

package info (click to toggle)
remctl 3.18-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,612 kB
  • sloc: ansic: 19,504; sh: 5,386; perl: 1,778; java: 740; makefile: 715; xml: 502; python: 430
file content (18 lines) | stat: -rw-r--r-- 616 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# /etc/xinetd.d/remctl -- xinetd configuration for remctl.
#
# By default, remctl runs as root and the programs it runs are responsible
# for dropping privileges where appropriate.  If all of the programs you
# run are run by the same user, you may wish to start remctld as a user
# other than root.  If you do, it will still need to be able to read the
# host keytab (or some other keytab, if you specify a different principal
# in the client).

service remctl
{
    socket_type = stream
    protocol    = tcp
    wait        = no
    user        = root
    server      = /usr/sbin/remctld
    port        = 4373
}