More overlay layers
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user