Skip to content

Instantly share code, notes, and snippets.

@ahmadazimi
Created January 26, 2017 12:17
Show Gist options
  • Save ahmadazimi/c72cbde0bda995da531e35f6b4cab08a to your computer and use it in GitHub Desktop.
Save ahmadazimi/c72cbde0bda995da531e35f6b4cab08a to your computer and use it in GitHub Desktop.
[Unit]
Description=HipHop Virtual Machine
[Service]
PIDFile=/run/hhvm.pid
ExecStart=/usr/local/bin/hhvm -m daemon -u nginx -c /etc/hhvm/server.ini
ExecReload=/bin/kill -s HUP $MAINPID
KillSignal=SIGQUIT
TimeoutStopSec=5
KillMode=process
PrivateTmp=true
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment