Skip to content

Instantly share code, notes, and snippets.

View plainbanana's full-sized avatar
🏠

sawasa plainbanana

🏠
View GitHub Profile
@plainbanana
plainbanana / h2o.service
Created October 11, 2017 20:08 — forked from negima1976/h2o.service
h2o systemd service file
[Unit]
Description=H2O the optimized HTTP/1, HTTP/2 server
After=syslog.target network.target remote-fs.target nss-lookup.target
[Service]
Type=forking
PIDFile=/var/run/h2o/h2o.pid
ExecStartPre=/usr/local/bin/h2o -c /etc/h2o/h2o.conf -t
ExecStart=/usr/local/bin/h2o -c /etc/h2o/h2o.conf -m daemon
ExecReload=/bin/kill -s HUP $MAINPID