Skip to content

Instantly share code, notes, and snippets.

@defel
Last active August 29, 2015 14:03
Show Gist options
  • Save defel/1d21669fe2a38ae9c551 to your computer and use it in GitHub Desktop.
Save defel/1d21669fe2a38ae9c551 to your computer and use it in GitHub Desktop.
smartos: start nginx and php-fpm on boot
# install php-fpm
pkgin in php55-fpm-5.5.10
# enable the service
/usr/sbin/svcadm enable svc:/pkgsrc/php-fpm:default
# after reboot php-fpm should be started per default
# same
pkgin in nginx-1.4.7nb6
svcadm enable svc:/pkgsrc/nginx:default
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment