Applies To

Linux Admins managing Zend Server through SystemCTL and not through ZendCTL

Overview

Starting, Stopping, Restarting and checking Status of Zend Server Services on Linux should normally be done by ZendCTL, under /usr/local/zend/bin/zendctl.sh.

However, some admins prefer to be using SystemCTL for managing Zend Server service, but it misses the Clean Semaphores script, which runs as soon as Zend Server is stopped.

Requirements

SystemD version should supersede 231, so CentOS 7 will not apply here.

  1. Verify systemd --version > 231

Recipe for Clean Semaphores pass through SystemD service hook

  1. Edit /usr/lib/systemd/system/zend-server.service
  2. Comment out Clean Semaphore line, and add a plus sign (+) before the path to the Clean Semaphores command:
    1. ExecStopPost=+/usr/local/zend/bin/clean_semaphores.sh
  3. Save and reload SystemD:
    1. systemctl daemon-reload


You may also want to use visual panels to communicate related information, tips or things users need to be aware of.

Related articles

Related articles appear here based on the labels you select. Click to edit the macro and add or change labels.



Related issues