Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

...

Content by Label
showLabelsfalse
max5
spacesSUPPORT
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel = "kb-how-to-article" and type = "page" and space = "SUPPORT"
labelskb-how-to-article

...

hiddentrue

Result

Once the above line is in place, you can either use ZendCTL or SystemCTL to manage Zend Server service, without losing the Semaphore cleanup script flow.

...