/etc/init/gearman-job-server.conf is in gearman-job-server 1.0.6-5.1build2.
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 | # -*- upstart -*-
# Upstart configuration script for "gearman-job-server".
description "gearman job control server"
start on (filesystem and net-device-up IFACE=lo)
stop on runlevel [!2345]
respawn
exec start-stop-daemon --start --chuid gearman --exec /usr/sbin/gearmand -- --log-file=/var/log/gearman-job-server/gearman.log
|