Merge pull request #3404 from ajeddeloh/fix-oslogin

coreos-base/oem-gce: avoid dep loops with oslogin
This commit is contained in:
Andrew Jeddeloh 2018-09-06 13:36:41 -07:00 committed by GitHub
commit 1ffd397575
2 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
[Unit] [Unit]
Description=Enable GCE OS Login Description=Enable GCE OS Login
After=local-fs.target
ConditionFirstBoot=true ConditionFirstBoot=true
DefaultDependencies=false
After=local-fs.target
Before=sshd.service Before=sshd.service
Before=sshd.socket Before=sshd.socket