Skip to content

Instantly share code, notes, and snippets.

View travis-bradbury's full-sized avatar

Travis Bradbury travis-bradbury

View GitHub Profile
#!/bin/sh
### BEGIN INIT INFO
# Provides: php7-fpm
# Required-Start: $remote_fs $network
# Required-Stop: $remote_fs $network
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: starts php7-fpm
# Description: Starts The PHP FastCGI Process Manager Daemon
### END INIT INFO