summaryrefslogtreecommitdiff
path: root/packages/google-compute-engine/src/lib/systemd/system/google-startup-scripts.service
diff options
context:
space:
mode:
Diffstat (limited to 'packages/google-compute-engine/src/lib/systemd/system/google-startup-scripts.service')
-rw-r--r--packages/google-compute-engine/src/lib/systemd/system/google-startup-scripts.service14
1 files changed, 0 insertions, 14 deletions
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
deleted file mode 100644
index c150693..0000000
--- a/packages/google-compute-engine/src/lib/systemd/system/google-startup-scripts.service
+++ /dev/null
@@ -1,14 +0,0 @@
-[Unit]
-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
-KillMode=process
-Type=oneshot
-StandardOutput=journal+console
-
-[Install]
-WantedBy=multi-user.target