SuccessChanges

Summary

  1. run the daemon niced (details)
  2. implement reload command, which sends a sighup to the daemon (details)
  3. remove useless comment (details)
  4. Revert "remove useless comment" (details)
  5. check the pidfile instead of the process name in status (details)
  6. make init script OS-agnostic, POSIX-sh compatible (details)
  7. fix status, remove old logging message (details)
  8. fix logging in init script (details)
  9. fix syntax errors, make status silent (details)
Commit c2aabc23a698cabde4eec248355a7915669f4fb8 by Antoine Beaupré
run the daemon niced

this is to reduce load when heavy backup or migrate tasks are run by
the queue daemon. the NICE value is customizable in /etc/default/hosting-queued
The file was modifiedinit.d.example
Commit 931baceea1c5caca31a01aee4437a6181a5f13e8 by Antoine Beaupré
implement reload command, which sends a sighup to the daemon
The file was modifiedinit.d.example
Commit f939d92ef3c49e1603651c2ad966267bb76e835b by Antoine Beaupré
remove useless comment
The file was modifiedinit.d.example
Commit 09b952012d29861a56285294b5b3dad94e3295a2 by Antoine Beaupré
Revert "remove useless comment"

This reverts commit f939d92ef3c49e1603651c2ad966267bb76e835b.
The file was modifiedinit.d.example
Commit 2efcdc52c1a3351cafe81dae958952e08d3f782f by Antoine Beaupré
check the pidfile instead of the process name in status
The file was modifiedinit.d.example
Commit 25735cc0323ebcfeb1fc0785ab61eb04054befaf by Antoine Beaupré
make init script OS-agnostic, POSIX-sh compatible

we do not rely on LSB functions because Fedora doesn't support them

we can do this because the more reliable Debian init script is now
part of the Debian package itself
The file was modifiedmodules/hosting/queued/init.d.example
The file was modifiedmodules/hosting/queued/README.txt
Commit 79263cf75aed6464aa44ff50bb9e624352995751 by Antoine Beaupré
fix status, remove old logging message
The file was modifiedmodules/hosting/queued/init.d.example
Commit c3e610ad7bad0fbc0a05f344786084a660bb05d7 by Antoine Beaupré
fix logging in init script

we keep the VERBOSE variable, by default we are silent
The file was modifiedmodules/hosting/queued/init.d.example
Commit 527bc31d1e9bb8bba14dbdd98275072940d6cdd4 by Antoine Beaupré
fix syntax errors, make status silent
The file was modifiedmodules/hosting/queued/init.d.example