From patchwork Sun Oct 25 00:59:28 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Beno=C3=AEt_Th=C3=A9baudeau?= X-Patchwork-Id: 535515 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from silver.osuosl.org (smtp3.osuosl.org [140.211.166.136]) by ozlabs.org (Postfix) with ESMTP id 530A114130B for ; Sun, 25 Oct 2015 12:00:01 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=t1Adam2O; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by silver.osuosl.org (Postfix) with ESMTP id 9BB8E319D6; Sun, 25 Oct 2015 01:00:00 +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 whELCXvKGedA; Sun, 25 Oct 2015 00:59:54 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by silver.osuosl.org (Postfix) with ESMTP id 7E4D530C64; Sun, 25 Oct 2015 00:59:53 +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 CB9071C0BE0 for ; Sun, 25 Oct 2015 00:59:50 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id C6EAD8ABDC for ; Sun, 25 Oct 2015 00:59:50 +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 pK3ETngt0xV4 for ; Sun, 25 Oct 2015 00:59:50 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wi0-f171.google.com (mail-wi0-f171.google.com [209.85.212.171]) by hemlock.osuosl.org (Postfix) with ESMTPS id 0FF108AB94 for ; Sun, 25 Oct 2015 00:59:50 +0000 (UTC) Received: by wikq8 with SMTP id q8so120570045wik.1 for ; Sat, 24 Oct 2015 17:59:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=seNo6DjB7EaAAz/BR4ZAn2y08eCDZ5mbtmf8p/skV4A=; b=t1Adam2O++pICJyB6cbru9q/k3mRh2xpmUhkuD6kS2+amcscAYprSin3qphqvycr8O Kq+uNB/wTVzmtPte2l6Lzv2lV1jrQjxBozM7aWz/4oxQQs/4LxiJnSfFUluBro4BAZ5D ixWf+JTxl+8nuHRKVtDIf9JVPjyUObgfFNUBhhLUwhzdKa1k8VcdbrB5nWIkXitnIE3Z TF1HQ4js9LeeofAkSWu8pVz9i1mX8SMfXqy3589ivlYK0SopB6URGDTvpU1k9XlzDgV3 CmP2FEcnLRTTFmtzW4IaWEm53dPCzTUesZcVKEfNM22cnV4acwoCZumAfceEtPL72gKW hQzA== X-Received: by 10.180.24.102 with SMTP id t6mr13184878wif.3.1445734788639; Sat, 24 Oct 2015 17:59:48 -0700 (PDT) Received: from localhost.localdomain (vno44-1-88-172-188-148.fbx.proxad.net. [88.172.188.148]) by smtp.gmail.com with ESMTPSA id jd9sm8406757wic.0.2015.10.24.17.59.47 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 24 Oct 2015 17:59:48 -0700 (PDT) From: =?UTF-8?q?Beno=C3=AEt=20Th=C3=A9baudeau?= To: Date: Sun, 25 Oct 2015 02:59:28 +0200 Message-Id: <1445734779-7212-2-git-send-email-benoit.thebaudeau.dev@gmail.com> X-Mailer: git-send-email 2.1.4 In-Reply-To: <1445734779-7212-1-git-send-email-benoit.thebaudeau.dev@gmail.com> References: <1445734779-7212-1-git-send-email-benoit.thebaudeau.dev@gmail.com> MIME-Version: 1.0 Cc: Thomas Petazzoni , =?UTF-8?q?Beno=C3=AEt=20Th=C3=A9baudeau?= Subject: [Buildroot] [PATCH v3 02/13] package/dhcp: systemd: rename environment file X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" Use the same EnvironmentFile name as the SysV init script for consistency. The filenames under /etc/default/ are usually just the package/daemon/service/feature name without any extension, so remove the ".conf" extension from EnvironmentFile. Signed-off-by: Benoît Thébaudeau Reviewed-by: "Maxime Hadjinlian" --- Changes v2 -> v3: new patch. --- package/dhcp/dhcpd.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/dhcp/dhcpd.service b/package/dhcp/dhcpd.service index 7b265cb..5989506 100644 --- a/package/dhcp/dhcpd.service +++ b/package/dhcp/dhcpd.service @@ -7,7 +7,7 @@ Type=forking PIDFile=/run/dhcpd.pid ExecStart=/usr/sbin/dhcpd -q -pf /run/dhcpd.pid $INTERFACES KillSignal=SIGINT -EnvironmentFile=/etc/default/dhcpd.conf +EnvironmentFile=/etc/default/dhcpd [Install] WantedBy=multi-user.target