mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
package/dropbear: Respect user specific configurations
systemd .service file should respect /etc/default/dropbear Signed-off-by: Cyril Bur <cyrilbur@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
26856b81e9
commit
60016a6818
@@ -19,7 +19,8 @@ if [ -L /etc/dropbear \
|
|||||||
mkdir -p "$(readlink /etc/dropbear)"; \
|
mkdir -p "$(readlink /etc/dropbear)"; \
|
||||||
fi; \
|
fi; \
|
||||||
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
|
ExecReload=/bin/kill -HUP $MAINPID
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
|
|||||||
Reference in New Issue
Block a user