Last active
December 28, 2015 04:48
Revisions
-
SyntaxC4 revised this gist
Nov 13, 2013 . 1 changed file with 3 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,3 @@ Server { SourceRoot = /var/www } -
SyntaxC4 created this gist
Nov 13, 2013 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,19 @@ # Upstart HipHopVM description "Automatically Start HipHopVM on Server Start" author "Cory Fowler <[email protected]>" # Start start on runlevel [2345] # Stop stop on runlevel [016] # Restart on unexpected failure respawn # Run in it's own process expect fork expect deamon exec hhvm -m server -c /etc/hhvm/config.hdf