source: web/old/remctl-2.14/examples/xinetd @ f6f3e91

web
Last change on this file since f6f3e91 was f6f3e91, checked in by Jessica B. Hamrick <jhamrick@…>, 15 years ago

Preserve directory hierarchy (not sure what happened to it)

  • Property mode set to 100644
File size: 616 bytes
Line 
1# /etc/xinetd.d/remctl -- xinetd configuration for remctl.
2#
3# By default, remctl runs as root and the programs it runs are responsible
4# for dropping privileges where appropriate.  If all of the programs you
5# run are run by the same user, you may wish to start remctld as a user
6# other than root.  If you do, it will still need to be able to read the
7# host keytab (or some other keytab, if you specify a different principal
8# in the client).
9
10service remctl
11{
12    socket_type = stream
13    protocol    = tcp
14    wait        = no
15    user        = root
16    server      = /usr/sbin/remctld
17    port        = 4373
18}
Note: See TracBrowser for help on using the repository browser.