This unit is provided by:
Options
-
[Install]
-
WantedBy=multi-user.target
-
-
[Service]
-
Environment=CONFIG=/etc/h2o/h2o.conf
-
EnvironmentFile=-/etc/default/h2o
-
ExecReload=/bin/kill -HUP $MAINPID
-
ExecStart=/usr/bin/h2o -c ${CONFIG} -m master
-
LimitNOFILE=65536
-
PrivateTmp=yes
-
ProtectSystem
Introduced in systemd 214=full -
Restart=on-failure
-
Type=simple
-
-
[Unit]
-
After=network-online.target
-
Description=Optimized HTTP/1.x, HTTP/2 server
-
Documentation=man:h2o(8) file:/usr/share/doc/h2o/index.html https://h2o.examp1e.net
-
Additionnal notes
Nothing here.