Advertisement
Guest User

Untitled

a guest
Sep 23rd, 2014
456
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.07 KB | None | 0 0
  1. root@test:/etc/init.d# sh -x ./php5-fpm
  2. + PATH=/sbin:/usr/sbin:/bin:/usr/bin
  3. + DESC=PHP5 FastCGI Process Manager
  4. + NAME=php5-fpm
  5. + DAEMON=/usr/sbin/php5-fpm
  6. + DAEMON_ARGS=--daemonize --fpm-config /etc/php5/fpm/php-fpm.conf
  7. + sed -n s/^pid[ =]*//p /etc/php5/fpm/php-fpm.conf
  8. + CONF_PIDFILE=/run/php5-fpm.pid
  9. + PIDFILE=/run/php5-fpm.pid
  10. + TIMEOUT=30
  11. + SCRIPTNAME=/etc/init.d/php5-fpm
  12. + [ -x /usr/sbin/php5-fpm ]
  13. + [ -r /etc/default/php5-fpm ]
  14. + . /lib/init/vars.sh
  15. + TMPTIME=0
  16. + SULOGIN=no
  17. + DELAYLOGIN=no
  18. + UTC=yes
  19. + VERBOSE=no
  20. + FSCKFIX=no
  21. + [ -f /etc/default/rcS ]
  22. + . /etc/default/rcS
  23. + unset EDITMOTD
  24. + unset RAMRUN
  25. + unset RAMLOCK
  26. + [ -r /proc/cmdline ]
  27. + cat /proc/cmdline
  28. + [ ]
  29. + break
  30. + [ ]
  31. + . /lib/lsb/init-functions
  32. + run-parts --lsbsysinit --list /lib/lsb/init-functions.d
  33. + [ -r /lib/lsb/init-functions.d/20-left-info-blocks ]
  34. + . /lib/lsb/init-functions.d/20-left-info-blocks
  35. + FANCYTTY=
  36. + [ -e /etc/lsb-base-logging.sh ]
  37. + true
  38. + init_is_upstart
  39. + [ -x /sbin/initctl ]
  40. + /bin/grep -q upstart
  41. + /sbin/initctl version
  42. + return 0
  43. + exit 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement