From patchwork Tue Sep 15 21:56:45 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Michael Nosthoff X-Patchwork-Id: 1364670 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.138; helo=whitealder.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=busybox.net Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=heine.tech header.i=@heine.tech header.a=rsa-sha256 header.s=dkim header.b=hPdvBSHp; dkim-atps=neutral Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4BrcYV70yYz9sSP for ; Wed, 16 Sep 2020 07:58:21 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 6B374869EF; Tue, 15 Sep 2020 21:58:19 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4pKM6xbTp1Fp; Tue, 15 Sep 2020 21:58:17 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id B32EE867E0; Tue, 15 Sep 2020 21:58:17 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 544741BF83A for ; Tue, 15 Sep 2020 21:58:16 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 509BC87236 for ; Tue, 15 Sep 2020 21:58:16 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mJRSrMQKy3Xn for ; Tue, 15 Sep 2020 21:58:15 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.heine.tech (mail.heine.tech [195.201.24.99]) by hemlock.osuosl.org (Postfix) with ESMTPS id 66AE687210 for ; Tue, 15 Sep 2020 21:58:15 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id D46731814B9; Tue, 15 Sep 2020 23:58:11 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heine.tech; s=dkim; t=1600207092; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=2RNbtB3gQL2Ii+wHJkXHIu5Kw8o6SZiMxWqF660VfEo=; b=hPdvBSHpexJwRTN7tNfDQcrck7aUzpRrL0JheRSnf7eGkp+GLhI3qVSVjE0fNLw7JDUcDz g7yBCKi7xb0TH0tAlU5AczTUGZ+SoM8y13FaSyeO9xSJt/8RdITKtYsnTmPFleyqV4vTCe qBKilLzJ2sg2jykOfgEd5IN/QAXyZes= To: buildroot@buildroot.org Date: Tue, 15 Sep 2020 23:56:45 +0200 Message-Id: <20200915215645.2010-1-buildroot@heine.tech> In-Reply-To: <20200915194958.658-1-buildroot@heine.tech> References: <20200915194958.658-1-buildroot@heine.tech> MIME-Version: 1.0 X-Last-TLS-Session-Version: TLSv1.3 Subject: [Buildroot] [PATCH v2] package/{bandwithd, dhcpcd, htpdate, minidlna, nginx, nss-pam-ldapd, openvmtools}: use PIDFile=/run in systemd services X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Michael Nosthoff via buildroot Reply-To: Michael Nosthoff Cc: Bernd Kuhls , John Stile , Michael Nosthoff , Samuel Martin , Karoly Kasza , Angelo Compagnucci , Simon Dawson , Doug Kehn , Nathaniel Roach Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Fixes: systemd[1]: /usr/lib/systemd/system/nginx.service:7: PIDFile= references a path below legacy directory /var/run/, updating /var/run/nginx.pid → /run/nginx.pid; please update the unit file accordingly. Details: - https://github.com/systemd/systemd/pull/10712 Signed-off-by: Michael Nosthoff --- package/bandwidthd/bandwidthd.service | 2 +- package/dhcpcd/dhcpcd.service | 2 +- package/htpdate/htpdate.service | 2 +- package/minidlna/minidlnad.service | 2 +- package/nginx/nginx.service | 2 +- package/nss-pam-ldapd/nslcd.service | 2 +- package/openvmtools/vmtoolsd.service | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/package/bandwidthd/bandwidthd.service b/package/bandwidthd/bandwidthd.service index 9c03d42946..ab7f05a2e8 100644 --- a/package/bandwidthd/bandwidthd.service +++ b/package/bandwidthd/bandwidthd.service @@ -5,7 +5,7 @@ After=network.target [Service] Type=forking ExecStart=/usr/bin/bandwidthd -PIDFile=/var/run/bandwidthd.pid +PIDFile=/run/bandwidthd.pid [Install] WantedBy=multi-user.target diff --git a/package/dhcpcd/dhcpcd.service b/package/dhcpcd/dhcpcd.service index 0552b5c73a..e648092c9b 100644 --- a/package/dhcpcd/dhcpcd.service +++ b/package/dhcpcd/dhcpcd.service @@ -5,7 +5,7 @@ After=network.target [Service] Type=forking EnvironmentFile=-/etc/default/dhcpcd -PIDFile=/var/run/dhcpcd.pid +PIDFile=/run/dhcpcd.pid ExecStart=/sbin/dhcpcd $DAEMON_ARGS Restart=always diff --git a/package/htpdate/htpdate.service b/package/htpdate/htpdate.service index 0c77550813..aedb73eb93 100644 --- a/package/htpdate/htpdate.service +++ b/package/htpdate/htpdate.service @@ -4,7 +4,7 @@ After=network.target [Service] Type=forking -PIDFile=/var/run/htpdate +PIDFile=/run/htpdate Environment=HTPDATE_ARGS="-a -s -t https://www.google.com" EnvironmentFile=-/etc/default/htpdate ExecStart=/usr/bin/htpdate -D -i /var/run/htpdate $HTPDATE_ARGS diff --git a/package/minidlna/minidlnad.service b/package/minidlna/minidlnad.service index f69476b303..4e968d3858 100644 --- a/package/minidlna/minidlnad.service +++ b/package/minidlna/minidlnad.service @@ -5,7 +5,7 @@ After=network.target [Service] Type=forking ExecStart=/usr/sbin/minidlnad -PIDFile=/var/run/minidlna/minidlna.pid +PIDFile=/run/minidlna/minidlna.pid [Install] WantedBy=multi-user.target diff --git a/package/nginx/nginx.service b/package/nginx/nginx.service index 320df9a80e..9fd215fd3e 100644 --- a/package/nginx/nginx.service +++ b/package/nginx/nginx.service @@ -4,7 +4,7 @@ After=syslog.target network.target [Service] Type=forking -PIDFile=/var/run/nginx.pid +PIDFile=/run/nginx.pid ExecStartPre=/usr/bin/mkdir -p /var/log/nginx /var/tmp/nginx ExecStartPre=/usr/sbin/nginx -t -q -g 'pid /var/run/nginx.pid; daemon on; master_process on;' ExecStart=/usr/sbin/nginx -g 'pid /var/run/nginx.pid; daemon on; master_process on;' diff --git a/package/nss-pam-ldapd/nslcd.service b/package/nss-pam-ldapd/nslcd.service index 6c0d71b241..5a000a8e4c 100644 --- a/package/nss-pam-ldapd/nslcd.service +++ b/package/nss-pam-ldapd/nslcd.service @@ -4,7 +4,7 @@ After=syslog.target network.target [Service] Type=forking -PIDFile=/var/run/nslcd/nslcd.pid +PIDFile=/run/nslcd/nslcd.pid ExecStart=/usr/sbin/nslcd [Install] diff --git a/package/openvmtools/vmtoolsd.service b/package/openvmtools/vmtoolsd.service index cb97357ec2..12e28f5923 100644 --- a/package/openvmtools/vmtoolsd.service +++ b/package/openvmtools/vmtoolsd.service @@ -5,7 +5,7 @@ ConditionVirtualization=vmware [Service] Type=forking -PIDFile=/var/run/vmtoolsd.pid +PIDFile=/run/vmtoolsd.pid ExecStart=/usr/bin/vmtoolsd -b /var/run/vmtoolsd.pid Restart=on-failure KillMode=process From patchwork Wed Sep 16 11:45:02 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Michael Nosthoff X-Patchwork-Id: 1365205 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=busybox.net Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=heine.tech header.i=@heine.tech header.a=rsa-sha256 header.s=dkim header.b=rYhXJAXx; dkim-atps=neutral Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Bryx836blz9sTK for ; Wed, 16 Sep 2020 21:46:36 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 0FF5D872F6; Wed, 16 Sep 2020 11:46:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rSQ3iei1V2Q1; Wed, 16 Sep 2020 11:46:29 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 27B13872DB; Wed, 16 Sep 2020 11:46:29 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id A72171BF2EF for ; Wed, 16 Sep 2020 11:46:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id A3B0D27366 for ; Wed, 16 Sep 2020 11:46:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id D7D24JgLWxum for ; Wed, 16 Sep 2020 11:46:21 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.heine.tech (mail.heine.tech [195.201.24.99]) by silver.osuosl.org (Postfix) with ESMTPS id C115427236 for ; Wed, 16 Sep 2020 11:46:19 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 1628A18150D; Wed, 16 Sep 2020 13:46:17 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heine.tech; s=dkim; t=1600256778; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=SASA9Zr9MWS3qX0t2jp2eGVyOrzHpc5TGtdzVvlgYV0=; b=rYhXJAXxIZTHRTlKMPMXXDSfbyfio492UHEeBW6iyUQPmUr7K1Zy9Lhi3DeULy4caf1CMc OdAz7w4SUb++cn1fkH7VFwS9x2wii1gDH7bxin0Ol79RX+5S+z/EvJIu9r0a2Mi4K7CooA 0JtZSX07pNbHvRqD2bJClYMiRlSibII= To: buildroot@buildroot.org Date: Wed, 16 Sep 2020 13:45:02 +0200 Message-Id: <20200916114508.3575-3-buildroot@heine.tech> In-Reply-To: <20200915215645.2010-1-buildroot@heine.tech> References: <20200915215645.2010-1-buildroot@heine.tech> MIME-Version: 1.0 X-Last-TLS-Session-Version: TLSv1.3 Subject: [Buildroot] [PATCH v3 2/8] package/bandwithd: use /run for PIDFile X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Michael Nosthoff via buildroot Reply-To: Michael Nosthoff Cc: Michael Nosthoff , Nathaniel Roach Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Fixes: PIDFile= references a path below legacy directory /var/run/, updating /var/run/bandwithd.pid → /run/bandwithd.pid; please update the unit file accordingly. Signed-off-by: Michael Nosthoff --- package/bandwidthd/bandwidthd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/bandwidthd/bandwidthd.service b/package/bandwidthd/bandwidthd.service index 9c03d42946..ab7f05a2e8 100644 --- a/package/bandwidthd/bandwidthd.service +++ b/package/bandwidthd/bandwidthd.service @@ -5,7 +5,7 @@ After=network.target [Service] Type=forking ExecStart=/usr/bin/bandwidthd -PIDFile=/var/run/bandwidthd.pid +PIDFile=/run/bandwidthd.pid [Install] WantedBy=multi-user.target From patchwork Wed Sep 16 11:45:03 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Michael Nosthoff X-Patchwork-Id: 1365203 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=busybox.net Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=heine.tech header.i=@heine.tech header.a=rsa-sha256 header.s=dkim header.b=ppqyxbsd; dkim-atps=neutral Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Bryx11hlNz9sTK for ; Wed, 16 Sep 2020 21:46:29 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 9728686546; Wed, 16 Sep 2020 11:46:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id a0_Zx-gtvldj; Wed, 16 Sep 2020 11:46:25 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 179C586881; Wed, 16 Sep 2020 11:46:25 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 3BDBF1BF2EF for ; Wed, 16 Sep 2020 11:46:24 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 3236C27366 for ; Wed, 16 Sep 2020 11:46:24 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FbsjYO3+exbh for ; Wed, 16 Sep 2020 11:46:22 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.heine.tech (mail.heine.tech [195.201.24.99]) by silver.osuosl.org (Postfix) with ESMTPS id C621A273B5 for ; Wed, 16 Sep 2020 11:46:21 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 0989918150E; Wed, 16 Sep 2020 13:46:19 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heine.tech; s=dkim; t=1600256780; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=XDLTPAvJPYXxtDyX2CvnTXDsxR1VVyXKfoxOfm8E0t8=; b=ppqyxbsdXsPE2q8m0FuCeyjcCjJW/GNCELnz35s1lI5ojnWmwiKfH63GuMmbHWoLWMTVAz X3KtDljRGrKKeRixtqnCCj9X49dMNaAapHTWSUVL2G7pqXBoJE7+BvwY8KKU09M/Ki+jdD /o8l0V0j17IVS6rqRao7p1/Ay6R66Ls= To: buildroot@buildroot.org Date: Wed, 16 Sep 2020 13:45:03 +0200 Message-Id: <20200916114508.3575-4-buildroot@heine.tech> In-Reply-To: <20200915215645.2010-1-buildroot@heine.tech> References: <20200915215645.2010-1-buildroot@heine.tech> MIME-Version: 1.0 X-Last-TLS-Session-Version: TLSv1.3 Subject: [Buildroot] [PATCH v3 3/8] package/dhcpcd: use /run for PIDFile X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Michael Nosthoff via buildroot Reply-To: Michael Nosthoff Cc: John Stile , Michael Nosthoff Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Fixes: PIDFile= references a path below legacy directory /var/run/, updating /var/run/dhcpcd.pid → /run/dhcpcd.pid; please update the unit file accordingly. Signed-off-by: Michael Nosthoff --- package/dhcpcd/dhcpcd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/dhcpcd/dhcpcd.service b/package/dhcpcd/dhcpcd.service index 0552b5c73a..e648092c9b 100644 --- a/package/dhcpcd/dhcpcd.service +++ b/package/dhcpcd/dhcpcd.service @@ -5,7 +5,7 @@ After=network.target [Service] Type=forking EnvironmentFile=-/etc/default/dhcpcd -PIDFile=/var/run/dhcpcd.pid +PIDFile=/run/dhcpcd.pid ExecStart=/sbin/dhcpcd $DAEMON_ARGS Restart=always From patchwork Wed Sep 16 11:45:04 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Michael Nosthoff X-Patchwork-Id: 1365206 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.136; helo=silver.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=busybox.net Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=heine.tech header.i=@heine.tech header.a=rsa-sha256 header.s=dkim header.b=Q58Set8+; dkim-atps=neutral Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Bryx92H3lz9sTS for ; Wed, 16 Sep 2020 21:46:37 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 8CF0A27236; Wed, 16 Sep 2020 11:46:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vLW8BY87n7Bq; Wed, 16 Sep 2020 11:46:31 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 445E6272DF; Wed, 16 Sep 2020 11:46:31 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 204991BF2EF for ; Wed, 16 Sep 2020 11:46:25 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 1CF0527236 for ; Wed, 16 Sep 2020 11:46:25 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id O7SX0HFlQZ2X for ; Wed, 16 Sep 2020 11:46:24 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.heine.tech (mail.heine.tech [195.201.24.99]) by silver.osuosl.org (Postfix) with ESMTPS id 15E40272F7 for ; Wed, 16 Sep 2020 11:46:24 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 0F79818150D; Wed, 16 Sep 2020 13:46:21 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heine.tech; s=dkim; t=1600256782; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=Ih8CoAWatmSvVXlRT0JL78SL/oJTT57EaM/lwdRpyzs=; b=Q58Set8+QpojaXjojlZNW+cuEd2WWb3+8EupIkJKSDKxvVR16fTaDc4B8XnLYBdRfkLsjl Wh0UVjBkxbzMG55dPBKvjD+Dm6y/s8NWaMSg7GbMtl87A+1mjU0vU5Jntyy36obDGZX6rr PSdDmaW8Dwr9aCUzqtEMs4FHoCveuKs= To: buildroot@buildroot.org Date: Wed, 16 Sep 2020 13:45:04 +0200 Message-Id: <20200916114508.3575-5-buildroot@heine.tech> In-Reply-To: <20200915215645.2010-1-buildroot@heine.tech> References: <20200915215645.2010-1-buildroot@heine.tech> MIME-Version: 1.0 X-Last-TLS-Session-Version: TLSv1.3 Subject: [Buildroot] [PATCH v3 4/8] package/htpdate: use /run for PIDFile X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Michael Nosthoff via buildroot Reply-To: Michael Nosthoff Cc: Michael Nosthoff , Angelo Compagnucci Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" - rename pidfile from htpdate to htpdate.pid Fixes: PIDFile= references a path below legacy directory /var/run/, updating /var/run/htpdate.pid → /run/htpdate.pid; please update the unit file accordingly. Signed-off-by: Michael Nosthoff --- package/htpdate/htpdate.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/htpdate/htpdate.service b/package/htpdate/htpdate.service index 0c77550813..b7f1371b08 100644 --- a/package/htpdate/htpdate.service +++ b/package/htpdate/htpdate.service @@ -4,10 +4,10 @@ After=network.target [Service] Type=forking -PIDFile=/var/run/htpdate +PIDFile=/run/htpdate.pid Environment=HTPDATE_ARGS="-a -s -t https://www.google.com" EnvironmentFile=-/etc/default/htpdate -ExecStart=/usr/bin/htpdate -D -i /var/run/htpdate $HTPDATE_ARGS +ExecStart=/usr/bin/htpdate -D -i /run/htpdate.pid $HTPDATE_ARGS [Install] WantedBy=multi-user.target From patchwork Wed Sep 16 11:45:05 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Michael Nosthoff X-Patchwork-Id: 1365204 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=busybox.net Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=heine.tech header.i=@heine.tech header.a=rsa-sha256 header.s=dkim header.b=IwP17okQ; dkim-atps=neutral Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4Bryx71G5gz9sTK for ; Wed, 16 Sep 2020 21:46:35 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id C11B0851CC; Wed, 16 Sep 2020 11:46:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XctZyR3jz9dL; Wed, 16 Sep 2020 11:46:33 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 4A50C86610; Wed, 16 Sep 2020 11:46:33 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 722C61BF2EF for ; Wed, 16 Sep 2020 11:46:29 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 5F5CB2725F for ; Wed, 16 Sep 2020 11:46:29 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qu+jqrukxLR8 for ; Wed, 16 Sep 2020 11:46:28 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.heine.tech (mail.heine.tech [195.201.24.99]) by silver.osuosl.org (Postfix) with ESMTPS id 9D5F927236 for ; Wed, 16 Sep 2020 11:46:28 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 2D97618150D; Wed, 16 Sep 2020 13:46:25 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heine.tech; s=dkim; t=1600256786; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=MdHasd1MgP35gCkbkaTiHK//tgWRhT/XbheU7stVgpI=; b=IwP17okQhTnU4VGMeiXuW/E394wCUK1iuPivOR5PwR1HeAFkv3rRx/8hj4FuGDymgpO0KU jVIqXwD0s7sNPzUweo5vXpMtiaf00NgYzMJrrbycuM2mYIncVegg89/o1LkaT4ag8tqxjB BTGNcvRlKX7xjaTcq4PgsPNFxsRa1JM= To: buildroot@buildroot.org Date: Wed, 16 Sep 2020 13:45:05 +0200 Message-Id: <20200916114508.3575-6-buildroot@heine.tech> In-Reply-To: <20200915215645.2010-1-buildroot@heine.tech> References: <20200915215645.2010-1-buildroot@heine.tech> MIME-Version: 1.0 X-Last-TLS-Session-Version: TLSv1.3 Subject: [Buildroot] [PATCH v3 5/8] package/minidlna: use /run for PIDFile X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Michael Nosthoff via buildroot Reply-To: Michael Nosthoff Cc: Bernd Kuhls , Michael Nosthoff , Simon Dawson Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Fixes: PIDFile= references a path below legacy directory /var/run/, updating /var/run/minidlna.pid → /run/minidlna.pid; please update the unit file accordingly. Signed-off-by: Michael Nosthoff --- package/minidlna/minidlnad.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/minidlna/minidlnad.service b/package/minidlna/minidlnad.service index f69476b303..4e968d3858 100644 --- a/package/minidlna/minidlnad.service +++ b/package/minidlna/minidlnad.service @@ -5,7 +5,7 @@ After=network.target [Service] Type=forking ExecStart=/usr/sbin/minidlnad -PIDFile=/var/run/minidlna/minidlna.pid +PIDFile=/run/minidlna/minidlna.pid [Install] WantedBy=multi-user.target From patchwork Wed Sep 16 11:45:06 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Michael Nosthoff X-Patchwork-Id: 1365207 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=busybox.net Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=heine.tech header.i=@heine.tech header.a=rsa-sha256 header.s=dkim header.b=TbywrqXe; dkim-atps=neutral Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4BryxB2tzBz9sTK for ; Wed, 16 Sep 2020 21:46:38 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 013B8872DB; Wed, 16 Sep 2020 11:46:37 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id XXl1XAWANe7J; Wed, 16 Sep 2020 11:46:36 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 6AB14872EC; Wed, 16 Sep 2020 11:46:36 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ash.osuosl.org (Postfix) with ESMTP id 0308D1BF2EF for ; Wed, 16 Sep 2020 11:46:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id EB87327366 for ; Wed, 16 Sep 2020 11:46:32 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from silver.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6ZfIJsp+SSXn for ; Wed, 16 Sep 2020 11:46:31 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.heine.tech (mail.heine.tech [195.201.24.99]) by silver.osuosl.org (Postfix) with ESMTPS id C8F5F27236 for ; Wed, 16 Sep 2020 11:46:30 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id D6E8918150E; Wed, 16 Sep 2020 13:46:27 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heine.tech; s=dkim; t=1600256789; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=9+D5on+mJZ0L5kk8vLHWI+MN+qNCjk2IFsOaAjvwth0=; b=TbywrqXeexDlIzVuBhLqB0xfx4HEB1ziODenMdU4a8NF14Vcc/5BUjZ0uRBbXanlogzw/6 CroLl7pvY9aFMkRZjQR/e8p8VEmZo1YViMNxIfr5rxtETXszKUMbmxAj8Zx+Q3gbEZgKZ6 GBv60CVdEBnwhf8js+kaXWbJEZJVSRI= To: buildroot@buildroot.org Date: Wed, 16 Sep 2020 13:45:06 +0200 Message-Id: <20200916114508.3575-7-buildroot@heine.tech> In-Reply-To: <20200915215645.2010-1-buildroot@heine.tech> References: <20200915215645.2010-1-buildroot@heine.tech> MIME-Version: 1.0 X-Last-TLS-Session-Version: TLSv1.3 Subject: [Buildroot] [PATCH v3 6/8] package/nss-pam-ldapd: use /run for PIDFile X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Michael Nosthoff via buildroot Reply-To: Michael Nosthoff Cc: Michael Nosthoff , Doug Kehn Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Fixes: PIDFile= references a path below legacy directory /var/run/, updating /var/run/nslcd.pid → /run/nslcd.pid; please update the unit file accordingly. Signed-off-by: Michael Nosthoff --- package/nss-pam-ldapd/nslcd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/nss-pam-ldapd/nslcd.service b/package/nss-pam-ldapd/nslcd.service index 6c0d71b241..5a000a8e4c 100644 --- a/package/nss-pam-ldapd/nslcd.service +++ b/package/nss-pam-ldapd/nslcd.service @@ -4,7 +4,7 @@ After=syslog.target network.target [Service] Type=forking -PIDFile=/var/run/nslcd/nslcd.pid +PIDFile=/run/nslcd/nslcd.pid ExecStart=/usr/sbin/nslcd [Install] From patchwork Wed Sep 16 11:45:07 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Michael Nosthoff X-Patchwork-Id: 1365208 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=busybox.net Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=heine.tech header.i=@heine.tech header.a=rsa-sha256 header.s=dkim header.b=pwNd8Gm/; dkim-atps=neutral Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4BryxC3Gd0z9sTS for ; Wed, 16 Sep 2020 21:46:39 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 1281A864BD; Wed, 16 Sep 2020 11:46:38 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZeShxQ-YAz8k; Wed, 16 Sep 2020 11:46:37 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 9C1E2864D6; Wed, 16 Sep 2020 11:46:37 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 2E6851BF982 for ; Wed, 16 Sep 2020 11:46:33 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 2BB0786610 for ; Wed, 16 Sep 2020 11:46:33 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Lt5p6GTokuwz for ; Wed, 16 Sep 2020 11:46:32 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.heine.tech (mail.heine.tech [195.201.24.99]) by fraxinus.osuosl.org (Postfix) with ESMTPS id A86BC851CC for ; Wed, 16 Sep 2020 11:46:32 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id 18D2018150D; Wed, 16 Sep 2020 13:46:30 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heine.tech; s=dkim; t=1600256791; h=from:subject:date:message-id:to:cc:mime-version:content-type: content-transfer-encoding:in-reply-to:references; bh=5QUgCE2ZHjb1zSEDXAwlXoOEYeVIRhDhoBf24RXmK/Y=; b=pwNd8Gm/vWynnSbarpJyaOkXlNGzJ4Ua+3n+JeZuJC7S1QDa2YMlDsOxbFNff8IsQEgjZ/ fS9QwHA4JoApKkkx8Sv7hStc7Truj/61wQmC84xh4mtbqkaGmcvXCBHsmLv2kfXAwFCc2m X8M20ETxUYcrrUQ70UEG3UC9yoqLDp4= To: buildroot@buildroot.org Date: Wed, 16 Sep 2020 13:45:07 +0200 Message-Id: <20200916114508.3575-8-buildroot@heine.tech> In-Reply-To: <20200915215645.2010-1-buildroot@heine.tech> References: <20200915215645.2010-1-buildroot@heine.tech> MIME-Version: 1.0 X-Last-TLS-Session-Version: TLSv1.3 Subject: [Buildroot] [PATCH v3 7/8] package/openvmtools: use /run for PIDFile X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Michael Nosthoff via buildroot Reply-To: Michael Nosthoff Cc: Michael Nosthoff , Karoly Kasza Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Fixes: PIDFile= references a path below legacy directory /var/run/, updating /var/run/vmtoolsd.pid → /run/vmtoolsd.pid; please update the unit file accordingly. Signed-off-by: Michael Nosthoff --- package/openvmtools/vmtoolsd.service | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/openvmtools/vmtoolsd.service b/package/openvmtools/vmtoolsd.service index cb97357ec2..1d2a3566cf 100644 --- a/package/openvmtools/vmtoolsd.service +++ b/package/openvmtools/vmtoolsd.service @@ -5,8 +5,8 @@ ConditionVirtualization=vmware [Service] Type=forking -PIDFile=/var/run/vmtoolsd.pid -ExecStart=/usr/bin/vmtoolsd -b /var/run/vmtoolsd.pid +PIDFile=/run/vmtoolsd.pid +ExecStart=/usr/bin/vmtoolsd -b /run/vmtoolsd.pid Restart=on-failure KillMode=process KillSignal=SIGKILL From patchwork Wed Sep 16 11:45:08 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Michael Nosthoff X-Patchwork-Id: 1365209 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=busybox.net (client-ip=140.211.166.137; helo=fraxinus.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=busybox.net Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=heine.tech header.i=@heine.tech header.a=rsa-sha256 header.s=dkim header.b=AiHnsqG2; dkim-atps=neutral Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 4BryxH0Pgkz9sTS for ; Wed, 16 Sep 2020 21:46:43 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 0A91086594; Wed, 16 Sep 2020 11:46:40 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dusANv1RPjKe; Wed, 16 Sep 2020 11:46:39 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id B329486934; Wed, 16 Sep 2020 11:46:38 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from fraxinus.osuosl.org (smtp4.osuosl.org [140.211.166.137]) by ash.osuosl.org (Postfix) with ESMTP id 5685B1BF2EF for ; Wed, 16 Sep 2020 11:46:35 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 500D786881 for ; Wed, 16 Sep 2020 11:46:35 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4AJlWbHaoaxY for ; Wed, 16 Sep 2020 11:46:34 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.heine.tech (mail.heine.tech [195.201.24.99]) by fraxinus.osuosl.org (Postfix) with ESMTPS id A89ED869DE for ; Wed, 16 Sep 2020 11:46:34 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by localhost (Mailerdaemon) with ESMTPSA id EF86118150F; Wed, 16 Sep 2020 13:46:31 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=heine.tech; s=dkim; t=1600256793; h=from:subject:date:message-id:to:cc:mime-version: content-transfer-encoding:in-reply-to:references; bh=i5PMv2CB2W8SeEMnATD3ursLhVz263hcrQRcW7L0Mhc=; b=AiHnsqG24sNLYrU7uR921btUmKas6+7uTWVosJgFbyIEgCzDXKiPq2BQgzn5I85vpfNoye MIeKJ7ZyMZoOMImSF6RsXOWoxyBLKlxpSvpLWfFWM8Wk9UFJXuEtCbVC/cS2ezOpKmNBFh vnfwGBnEJWC35wm4n9E9hzTuzhdJigU= To: buildroot@buildroot.org Date: Wed, 16 Sep 2020 13:45:08 +0200 Message-Id: <20200916114508.3575-9-buildroot@heine.tech> In-Reply-To: <20200915215645.2010-1-buildroot@heine.tech> References: <20200915215645.2010-1-buildroot@heine.tech> MIME-Version: 1.0 X-Last-TLS-Session-Version: TLSv1.3 Subject: [Buildroot] [PATCH v3 8/8] package/postgresql: remove PIDFile from .service X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Michael Nosthoff via buildroot Reply-To: Michael Nosthoff Cc: Michael Nosthoff , Peter Seiderer Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" commit eada187e77022f0d changed the service to Type=notify. notify units don't need a PIDFile so this can be removed. Signed-off-by: Michael Nosthoff --- package/postgresql/postgresql.service | 1 - 1 file changed, 1 deletion(-) diff --git a/package/postgresql/postgresql.service b/package/postgresql/postgresql.service index 53e6f84f00..539eea8964 100644 --- a/package/postgresql/postgresql.service +++ b/package/postgresql/postgresql.service @@ -15,7 +15,6 @@ Group=postgres StandardOutput=syslog StandardError=syslog SyslogIdentifier=postgres -PIDFile=/var/lib/pgsql/postmaster.pid ExecStartPre=/bin/sh -c "if [ ! -f /var/lib/pgsql/PG_VERSION ]; then /usr/bin/pg_ctl initdb -D /var/lib/pgsql; fi" ExecStart=/usr/bin/postgres -D /var/lib/pgsql