/etc/init/carbon-c-relay.conf is in carbon-c-relay 3.2-1build1.
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 | description "carbon relay C implementation"
start on (local-filesystems and net-device-up IFACE!=lo)
stop on [!12345]
limit nofile 32768 32768
setuid carbon-c-relay
setgid carbon-c-relay
exec /usr/bin/carbon-c-relay -f /etc/carbon-c-relay.conf
|