https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30684 --- Comment #8 from David Cook <dcook@prosentient.com.au> --- (In reply to Marcel de Rooy from comment #7)
Note that the error was by design: If you did not start it, you cannot restart it. So restart should stop and start.
That design is inconsistent with how services work in general on Linux systems though, which makes them counter-intuitive for sysadmins. I know I've frequently been frustrated by Koha's koha-* scripts due to how their start/stop/restart is different.
Other scripts like koha-zebra have the same logic. And this is already for many years. Changing plack only here is inconsistent. Changing it in more places after a long time should have a very good reason.
Fair point about it being inconsistent across the scripts though... I think making the koha-* scripts more in line with Linux services is a very good reason though. I'm sure it would spare many sysadmins many headaches... -- You are receiving this mail because: You are watching all bug changes.