summarylogtreecommitdiffstats
path: root/h2o.service
blob: 80108332a6af9aa47d7bd7eec1d786526fb7b004 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=h2o, a very fast HTTP server written in C
After=network.target

[Service]
Type=simple
SyslogLevel=notice

ExecStart=/usr/bin/h2o --mode master --conf /etc/h2o.conf
ExecReload=/usr/bin/kill -HUP $MAINPID
KillMode=process

[Install]
WantedBy=multiuser.target