zammad/script/init.d/README.md
Martin Gruner 3e5e0592e2 Maintenance: Update to puma 6.
This will update from puma 4 to 6, which no longer provides daemonization.
It also removes the deprecated `script/scheduler.rb` wrapper, please use `script/background-worker.rb` instead.
2023-04-21 10:23:46 +02:00

424 B

This directory used to contain an example init.d script for Zammad installations without Systemd. This was discontinued since Zammad now uses non-daemonizing service processes.

If using Systemd is not an option for you, consider using the provided binary packages to install even on systems that don't have Systemd.

Pull requests with a new init script that handles foreground processes correctly would be welcome as well.