Skip to content

Instantly share code, notes, and snippets.

@ykzts
Last active August 9, 2016 00:48
Show Gist options
  • Save ykzts/fe443d574e2e8eedf0b026b0a112555d to your computer and use it in GitHub Desktop.
Save ykzts/fe443d574e2e8eedf0b026b0a112555d to your computer and use it in GitHub Desktop.
[Unit]
Description=H2O - the optimized HTTP/1, HTTP/2 server
After=syslog.target network.target
[Service]
ExecStart=/usr/local/bin/h2o -c /etc/h2o/h2o.conf
ExecStop=/bin/kill -TERM $MAINPID
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process
Restart=always
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment