/etc/init/tuskar-api.conf is in tuskar-api 0.4.18-1.
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 | description "Tuskar API Service"
author "Thomas Goirand <zigo@debian.org>"
start on runlevel [2345]
stop on runlevel [016]
respawn
exec su -s /bin/sh -c "exec tuskar-api --config-file /etc/tuskar/tuskar.conf --log-dir=/var/log/tuskar --logfile=tuskar-api.log" tuskar
|