/etc/init/tgt.conf is in tgt 1:1.0.43-0ubuntu4.
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 "tgt daemon"
start on runlevel [2345]
stop on runlevel [!2345]
expect fork
respawn
exec tgtd
post-start exec /usr/sbin/tgt-admin -e
|