This file is indexed.

/usr/share/doc/remctl-server/examples/remctld.conf is in remctl-server 3.10-1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
# upstart configuration for remctld.  -*- upstart -*-

description "Remote authenticated command execution with ACLs"

start on runlevel [2345]
stop on runlevel [!2345]

respawn
expect stop

pre-start script
    test -x /usr/sbin/remctld || { stop; exit 0; }
end script

exec /usr/sbin/remctld -F -m -Z