Minor bugfix v2

This commit is contained in:
pvizeli 2017-03-22 11:43:21 +01:00
parent cefba97714
commit b7da05a1fc
3 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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 \

View File

@ -6,4 +6,4 @@ OnBootSec=15min
OnUnitInactiveSec=1d OnUnitInactiveSec=1d
[Install] [Install]
WantedBy=multi-user.target WantedBy=resin.target