Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/dropbear: Respect user specific configurations
@ 2015-10-29  6:11 Cyril Bur
  2015-10-29  6:11 ` [Buildroot] [PATCH 2/2] package/systemd: Respect BR2_TARGET_GENERIC_GETTY_BAUDRATE Cyril Bur
                   ` (2 more replies)
  0 siblings, 3 replies; 19+ messages in thread
From: Cyril Bur @ 2015-10-29  6:11 UTC (permalink / raw)
  To: buildroot

systemd .service file should respect /etc/default/dropbear
---
 package/dropbear/dropbear.service | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/dropbear/dropbear.service b/package/dropbear/dropbear.service
index 1eb42f9..66ec9cf 100644
--- a/package/dropbear/dropbear.service
+++ b/package/dropbear/dropbear.service
@@ -19,7 +19,8 @@ if [ -L /etc/dropbear \
         mkdir -p "$(readlink /etc/dropbear)"; \
     fi; \
 fi'
-ExecStart=/usr/sbin/dropbear -F -R
+EnvironmentFile=/etc/default/dropbear
+ExecStart=/usr/sbin/dropbear -F -R $DROPBEAR_ARGS
 ExecReload=/bin/kill -HUP $MAINPID
 
 [Install]
-- 
2.6.2

^ permalink raw reply related	[flat|nested] 19+ messages in thread

end of thread, other threads:[~2015-11-13  6:42 UTC | newest]

Thread overview: 19+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-29  6:11 [Buildroot] [PATCH 1/2] package/dropbear: Respect user specific configurations Cyril Bur
2015-10-29  6:11 ` [Buildroot] [PATCH 2/2] package/systemd: Respect BR2_TARGET_GENERIC_GETTY_BAUDRATE Cyril Bur
2015-10-29  6:17   ` Cyril Bur
2015-10-29 10:41     ` Martin Bark
2015-11-04  9:22       ` Maxime Hadjinlian
2015-11-13  1:08         ` Cyril Bur
2015-11-13  6:42           ` Arnout Vandecappelle
2015-11-06  8:41       ` Nicolas Cavallari
2015-11-05 12:32   ` Thomas Petazzoni
2015-11-13  0:57     ` Cyril Bur
2015-10-29  6:16 ` [Buildroot] [PATCH 1/2] package/dropbear: Respect user specific configurations Cyril Bur
2015-11-02 21:43 ` Thomas Petazzoni
2015-11-03 21:17   ` Gabe Evans
2015-11-03 21:53     ` Thomas Petazzoni
2015-11-03 22:21       ` Gabe Evans
2015-11-04 10:46         ` Maxime Hadjinlian
2015-11-04 18:34           ` Gabe Evans
2015-11-09 22:14       ` Peter Korsgaard
2015-11-04 18:38     ` Steven Noonan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox