mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-24 09:36:31 +00:00
fix mount service
This commit is contained in:
parent
0335c6e6ff
commit
6e711e07a9
@ -2,7 +2,7 @@
|
||||
Description=SSH authorized_keys state bind mount
|
||||
Requires=home-root-.ssh.mount mnt-boot.mount
|
||||
After=home-root-.ssh.mount mnt-boot.mount
|
||||
Before=etc-dropbear.mount dropbearkey.service
|
||||
Before=etc-dropbear.mount
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
|
@ -1,11 +1,11 @@
|
||||
[Unit]
|
||||
Description=SSH authorized_keys state bind mount
|
||||
Requires=mnt-conf.mount resin-conf-reset.service
|
||||
After=mnt-conf.mount resin-conf-reset.service
|
||||
Before=etc-dropbear.mount dropbearkey.service
|
||||
Requires=mnt-state.mount resin-state-reset.service
|
||||
After=mnt-state.mount resin-state-reset.service
|
||||
Before=etc-dropbear.mount
|
||||
|
||||
[Mount]
|
||||
What=/mnt/conf/root-overlay/home/root/.ssh
|
||||
What=/mnt/state/root-overlay/home/root/.ssh
|
||||
Where=/home/root/.ssh
|
||||
Type=none
|
||||
Options=bind
|
||||
|
Loading…
x
Reference in New Issue
Block a user