oem-gce: enable oslogin after tmpfiles

Ensure that tmpfiles has run before enabling oslogin since it relies on
some of the files written out by tmpfiles.
This commit is contained in:
Andrew Jeddeloh 2018-09-18 11:00:44 -07:00
parent e45015a58c
commit 924f61e167
2 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
Description=Enable GCE OS Login
ConditionFirstBoot=true
DefaultDependencies=false
After=local-fs.target
After=systemd-tmpfiles-setup.service
Before=sshd.service
Before=sshd.socket