mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
Create root-.ssh.mount
This commit is contained in:
parent
e63d246773
commit
c6db29a5e2
@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Dropbear persistent user
|
||||
Requires=mnt-overlay.mount
|
||||
After=mnt-overlay.mount
|
||||
Before=dropbear.service
|
||||
|
||||
[Mount]
|
||||
What=/mnt/overlay/root/.ssh
|
||||
Where=/root/.ssh
|
||||
Type=None
|
||||
Options=bind
|
||||
|
||||
[Install]
|
||||
WantedBy=hassio-bind.target
|
Loading…
x
Reference in New Issue
Block a user