1
0
mirror of https://github.com/home-assistant/operating-system.git synced 2026-04-30 21:51:40 +01:00

Create root-.ssh.mount

This commit is contained in:
Pascal Vizeli
2018-04-11 15:41:52 +02:00
committed by GitHub
parent e63d246773
commit c6db29a5e2

View File

@@ -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