https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=30684 --- Comment #1 from Alex Buckley <alexbuckley@catalyst.net.nz> --- Created attachment 134622 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=134622&action=edit Bug 30684: When Plack is not running koha-plack --restart should warn and then start Plack Test plan: 1. Stop plack 2. Run: sudo koha-plack --restart {instance} 3. Observe you get the error: "Error: Plack not running for ${instancename}" and that plack is not started 4. Apply patch. 5. If you are using kohadevbox you must copy koha-plack to /usr/sbin/: sudo cp debian/scripts/koha-plack /usr/sbin/koha-plack 6. Run: sudo koha-plack --restart {instance} 7. Confirm you get a warning: "Plack not running for ${instancename}. Starting plack now" and that plack is started Sponsored-by: Catalyst IT -- You are receiving this mail because: You are watching all bug changes.