mirror of
https://github.com/home-assistant/operating-system.git
synced 2026-05-01 14:12:20 +01:00
Fix network stuff
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[unit]
|
||||
Requires=etc-dropbear.mount
|
||||
After=etc-dropbear.mount
|
||||
RequiresMountsFor=/etc/dropbear
|
||||
|
||||
[Service]
|
||||
ExecStartPre=
|
||||
ExecStart=-/usr/sbin/dropbear -F -R -E -p 22222 -s
|
||||
ExecStart=
|
||||
ExecStart=/usr/sbin/dropbear -F -R -E -p 22222 -s
|
||||
|
||||
Reference in New Issue
Block a user