We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cc2eba3 + 8ab6468 commit 408b821Copy full SHA for 408b821
scripts/base.sh
@@ -154,9 +154,9 @@ add_firstrun() {
154
AFTER="systemd-networkd-wait-online.service"
155
fi
156
157
- if [ -d "$WORK/lib/systemd/system" ]; then
+ if [ -d "$WORK/usr/lib/systemd/system" ]; then
158
# systemd method
159
- cat >"$WORK/lib/systemd/system/cloud-firstrun.service" <<EOF
+ cat >"$WORK/usr/lib/systemd/system/cloud-firstrun.service" <<EOF
160
[Unit]
161
Description=Cloud firstrun handler
162
ConditionFileIsExecutable=/.firstrun.sh
0 commit comments