From e08ad7a48ad960e9be7c1044d3b3118bdf6a07e1 Mon Sep 17 00:00:00 2001 From: Liam Hopkins Date: Tue, 10 Sep 2019 15:51:37 -0700 Subject: google-startup-scripts run before apt-daily on systemd systems (#841) --- .../src/lib/systemd/system/google-startup-scripts.service | 1 + 1 file changed, 1 insertion(+) (limited to 'packages') diff --git a/packages/google-compute-engine/src/lib/systemd/system/google-startup-scripts.service b/packages/google-compute-engine/src/lib/systemd/system/google-startup-scripts.service index 233298a..c150693 100644 --- a/packages/google-compute-engine/src/lib/systemd/system/google-startup-scripts.service +++ b/packages/google-compute-engine/src/lib/systemd/system/google-startup-scripts.service @@ -2,6 +2,7 @@ Description=Google Compute Engine Startup Scripts After=network-online.target network.target rsyslog.service After=google-instance-setup.service google-network-daemon.service +Before=apt-daily.service [Service] ExecStart=/usr/bin/google_metadata_script_runner --script-type startup -- cgit v1.2.1