From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 226A7138334 for ; Wed, 4 Jul 2018 13:24:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D7536E093D; Wed, 4 Jul 2018 13:24:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A7870E093D for ; Wed, 4 Jul 2018 13:24:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 860C1335CB5 for ; Wed, 4 Jul 2018 13:24:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2D141360 for ; Wed, 4 Jul 2018 13:24:05 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1530710628.706e08d516299f045abb4eb40b35d1f5460afb22.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/h2o/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-servers/h2o/files/h2o.service X-VCS-Directories: www-servers/h2o/files/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: 706e08d516299f045abb4eb40b35d1f5460afb22 X-VCS-Branch: master Date: Wed, 4 Jul 2018 13:24:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5c39cd1c-c3e1-4ff4-b56f-cb85ed0e7cd8 X-Archives-Hash: fe4f23ea11813fde7ae63bc4e18f09de commit: 706e08d516299f045abb4eb40b35d1f5460afb22 Author: Akinori Hattori gentoo org> AuthorDate: Wed Jul 4 13:22:19 2018 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Wed Jul 4 13:23:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=706e08d5 www-servers/h2o: update systemd unit Package-Manager: Portage-2.3.40, Repoman-2.3.9 www-servers/h2o/files/h2o.service | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/www-servers/h2o/files/h2o.service b/www-servers/h2o/files/h2o.service index fe32c45cd90..0ea3f45fec4 100644 --- a/www-servers/h2o/files/h2o.service +++ b/www-servers/h2o/files/h2o.service @@ -1,13 +1,13 @@ [Unit] -Description=An optimized HTTP/1.x, HTTP/2 server -After=network-online.target nss-lookup.target remote-fs.target +Description=H2O - the optimized HTTP/1, HTTP/2 server +After=network.target remote-fs.target nss-lookup.target [Service] -Type=simple -ExecStart=/usr/bin/h2o -c /etc/h2o/h2o.conf -m master -SyslogLevel=notice +ExecStartPre=/usr/bin/h2o -m test -c /etc/h2o/h2o.conf +ExecStart=/usr/bin/h2o -m master -c /etc/h2o/h2o.conf +ExecReload=/bin/kill -HUP ${MAINPID} +ExecStop=/bin/kill -TERM ${MAINPID} PrivateTmp=true -LimitNOFILE=infinity [Install] WantedBy=multi-user.target