File h2o.service of Package h2o
[Unit] Description=h2o optimized HTTP server After=network.target remote-fs.target nss-lookup.target [Service] Type=simple PIDFile=/run/h2o/h2o.pid WorkingDirectory=/etc/h2o ExecStart=/usr/sbin/h2o -c /etc/h2o/h2o.conf ExecReload=/usr/bin/kill -HUP $MAINPID PrivateDevices=yes PrivateTmp=true LimitNOFILE=infinity [Install] WantedBy=multi-user.target