This unit is provided by:
Options
-
[Install]-
WantedBy=sysinit.target
-
-
[Service]-
Environment=SSHD_PORT=22 -
ExecReload=/bin/kill -HUP ${MAINPID} -
ExecStart=/bin/dropbear -s -j -k -F -p ${SSHD_PORT} -
Restart=always -
RestartSec=3s -
SuccessExitStatus=0 1
-
-
[Unit]-
After=initrd-shell.service initrd-network.service -
Before=cryptsetup-pre.target -
ConditionPathExists=/etc/initrd-release -
DefaultDependencies=no -
Description=Initrd Dropbear Service -
Documentation=https://github.com/random-archer/mkinitcpio-systemd-tool/blob/master/README.md -
Requires=initrd-shell.service initrd-network.service
-
-
[X-SystemdTool]-
InitrdBuild=/usr/lib/mkinitcpio-systemd-tool/initrd-build.sh command=do_dropbear_keys -
InitrdPath=/etc/dropbear /var/run/ create=yes /var/run/utmp create=yes /var/log/ create=yes /var/log/btmp create=yes /var/log/wtmp create=yes /var/log/lastlog create=yes
-
Additionnal notes
Nothing here.