diff --git a/systemd/system/sshkeys.service b/systemd/system/sshkeys.service index bd456c9..72d2946 100644 --- a/systemd/system/sshkeys.service +++ b/systemd/system/sshkeys.service @@ -15,12 +15,10 @@ ConditionKernelCommandLine=|ignition.platform.id=gce ConditionKernelCommandLine=|flatcar.oem.id=gce ConditionKernelCommandLine=|coreos.oem.id=gce -Upholds=coreos-metadata-sshkeys@core.service - [Service] Type=oneshot RemainAfterExit=yes -ExecStart=/bin/true +ExecStart=/usr/bin/systemctl start coreos-metadata-sshkeys@core.service [Install] WantedBy=multi-user.target