summaryrefslogtreecommitdiffstats
path: root/import-layers/yocto-poky/meta/recipes-core/dropbear/dropbear/dropbearkey.service
diff options
context:
space:
mode:
Diffstat (limited to 'import-layers/yocto-poky/meta/recipes-core/dropbear/dropbear/dropbearkey.service')
-rw-r--r--import-layers/yocto-poky/meta/recipes-core/dropbear/dropbear/dropbearkey.service13
1 files changed, 0 insertions, 13 deletions
diff --git a/import-layers/yocto-poky/meta/recipes-core/dropbear/dropbear/dropbearkey.service b/import-layers/yocto-poky/meta/recipes-core/dropbear/dropbear/dropbearkey.service
deleted file mode 100644
index c49053d57..000000000
--- a/import-layers/yocto-poky/meta/recipes-core/dropbear/dropbear/dropbearkey.service
+++ /dev/null
@@ -1,13 +0,0 @@
-[Unit]
-Description=SSH Key Generation
-RequiresMountsFor=/var /var/lib
-ConditionPathExists=!/etc/dropbear/dropbear_rsa_host_key
-ConditionPathExists=!/var/lib/dropbear/dropbear_rsa_host_key
-
-[Service]
-Environment="DROPBEAR_RSAKEY_DIR=/etc/dropbear"
-EnvironmentFile=-/etc/default/dropbear
-Type=oneshot
-ExecStart=@BASE_BINDIR@/mkdir -p ${DROPBEAR_RSAKEY_DIR}
-ExecStart=@SBINDIR@/dropbearkey -t rsa -f ${DROPBEAR_RSAKEY_DIR}/dropbear_rsa_host_key
-RemainAfterExit=yes
OpenPOWER on IntegriCloud