mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-27 19:16:29 +00:00
Minor bugfix v2
This commit is contained in:
parent
cefba97714
commit
b7da05a1fc
@ -7,3 +7,6 @@ Before=etc-dropbear.mount
|
|||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=@BASE_BINDIR@/bash @BINDIR@/sync-authorized-keys.sh
|
ExecStart=@BASE_BINDIR@/bash @BINDIR@/sync-authorized-keys.sh
|
||||||
|
|
||||||
|
[Install]
|
||||||
|
WantedBy=multi-user.target
|
||||||
|
@ -7,6 +7,8 @@ SRC_URI += " \
|
|||||||
file://resinhup.service \
|
file://resinhup.service \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
inherit systemd
|
||||||
|
|
||||||
SYSTEMD_SERVICE_${PN} += " \
|
SYSTEMD_SERVICE_${PN} += " \
|
||||||
resinhup.service \
|
resinhup.service \
|
||||||
resinhup.timer \
|
resinhup.timer \
|
||||||
|
@ -6,4 +6,4 @@ OnBootSec=15min
|
|||||||
OnUnitInactiveSec=1d
|
OnUnitInactiveSec=1d
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=resin.target
|
||||||
|
Loading…
x
Reference in New Issue
Block a user