mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-02-27 13:13:42 +00:00
15 lines
257 B
SYSTEMD
15 lines
257 B
SYSTEMD
[Unit]
|
|
Description=Dropbear persistent user
|
|
Requires=mnt-overlay.mount
|
|
After=mnt-overlay.mount
|
|
Before=dropbear.service hassos-config.service
|
|
|
|
[Mount]
|
|
What=/mnt/overlay/root/.ssh
|
|
Where=/root/.ssh
|
|
Type=None
|
|
Options=bind
|
|
|
|
[Install]
|
|
WantedBy=hassos-bind.target
|