mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-20 05:51:18 +02:00
coreos-base/oem-gce: avoid dep loops with oslogin
Set DefaultDependencies=false for oem-gce-enable-oslogin.service to avoid dependency loops.
This commit is contained in:
parent
568592eb3b
commit
8e35b98ac4
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user