mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-04-30 21:51:40 +01:00
Add fix systemd
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Dropbear Host Key
|
||||
Requires=mnt-overlay.mount
|
||||
After=mnt-overlay.mount
|
||||
Before=dropbear.service
|
||||
|
||||
[Mount]
|
||||
What=/mnt/overlay/etc/dropbear
|
||||
Where=/etc/dropbear
|
||||
Type=none
|
||||
Options=bind
|
||||
|
||||
[Install]
|
||||
WantedBy=hassio-bind.target
|
||||
Reference in New Issue
Block a user