Package: gearman-job-server
Version: 1.0.6-5

Hello,
When running gearman-job-server under wheezy, configuration options to
give to the server on startup could be added to
/etc/default/gearman-job-server and they would be picked up by the
init script on startup.

On stretch, with systemd, the startup file,
/lib/systemd/system/gearman-job-server.service, has a fixed ExecStart
line:

    ExecStart=/usr/sbin/gearmand --listen=127.0.0.1
--pid-file=/run/gearman/server.pid
--log-file=/var/log/gearman-job-server/gearman.log

and it appears that this cannot be further configured without creating
an overlay file in /etc/systemd/system/docker.service.d/
In my case, I want to change the listen address to 0.0.0.0

Is a systemd overlay now the recommended way to change startup options
for gearman-job-server?

Thanks

Reply via email to