/etc/jabberd2/jabberd-c2s.conf is in jabberd2 2.2.17-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 | description "jabberd Client-2-Server component"
start on runlevel [2345]
stop on runlevel [!2345]
respawn
exec sudo -u jabber /usr/sbin/jabberd2-c2s
|