summaryrefslogtreecommitdiff
path: root/www-servers/h2o/files/h2o.service
blob: fe32c45cd90f2cbecef3b61a6cee585519346ff0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=An optimized HTTP/1.x, HTTP/2 server
After=network-online.target nss-lookup.target remote-fs.target

[Service]
Type=simple
ExecStart=/usr/bin/h2o -c /etc/h2o/h2o.conf -m master
SyslogLevel=notice
PrivateTmp=true
LimitNOFILE=infinity

[Install]
WantedBy=multi-user.target