Merge "Change After rule from cloud-final to cloud-config"

This commit is contained in:
Zuul 2017-10-16 17:42:06 +00:00 committed by Gerrit Code Review
commit e3c4777df9
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ elif [ "$DIB_INIT_SYSTEM" == "systemd" ] ; then
cat > /lib/systemd/system/os-collect-config.service <<eof
[Unit]
Description=Collect metadata and run hook commands.
After=cloud-final.service
After=cloud-config.service
Before=crond.service
[Service]