17 lines
353 B
Desktop File
17 lines
353 B
Desktop File
[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
|