mirror of
https://github.com/home-assistant/operating-system.git
synced 2025-07-24 13:36:31 +00:00
More overlay layers
This commit is contained in:
parent
4f90c7513c
commit
7a5702efbd
0
buildroot-external/rootfs-overlay/etc/docker/.empty
Normal file
0
buildroot-external/rootfs-overlay/etc/docker/.empty
Normal file
@ -0,0 +1 @@
|
||||
usr/lib/systemd/system/etc-docker.mount
|
@ -0,0 +1 @@
|
||||
usr/lib/systemd/system/dropbear.service
|
@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Dropbear SSH daemon
|
||||
After=syslog.target network.target auditd.service
|
||||
|
||||
[Service]
|
||||
EnvironmentFile=-/etc/default/dropbear
|
||||
ExecStart=/usr/sbin/dropbear -F -E -p 22222 -s
|
||||
ExecReload=/bin/kill -HUP $MAINPID
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
@ -0,0 +1,14 @@
|
||||
[Unit]
|
||||
Description=Docker configuration
|
||||
Requires=mnt-overlay.mount
|
||||
After=mnt-overlay.mount
|
||||
Before=docker.service
|
||||
|
||||
[Mount]
|
||||
What=/mnt/overlay/etc/docker
|
||||
Where=/etc/docker
|
||||
Type=none
|
||||
Options=bind
|
||||
|
||||
[Install]
|
||||
WantedBy=hassio-bind.target
|
@ -1,6 +1,6 @@
|
||||
[Unit]
|
||||
Description=Dropbear Host Key
|
||||
Requires=mnt-overlay.mount
|
||||
Requires=mnt-overlay.mount dropbear.service
|
||||
After=mnt-overlay.mount
|
||||
Before=dropbear.service
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user