summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/google-compute-engine/files/systemd/google-startup-scripts.service-20160803')
-rw-r--r--app-admin/google-compute-engine/files/systemd/google-startup-scripts.service-2016080313
1 files changed, 13 insertions, 0 deletions
diff --git a/app-admin/google-compute-engine/files/systemd/google-startup-scripts.service-20160803 b/app-admin/google-compute-engine/files/systemd/google-startup-scripts.service-20160803
new file mode 100644
index 0000000..9c04d79
--- /dev/null
+++ b/app-admin/google-compute-engine/files/systemd/google-startup-scripts.service-20160803
@@ -0,0 +1,13 @@
+[Unit]
+Description=Google Compute Engine Startup Scripts
+After=local-fs.target network-online.target network.target rsyslog.service
+After=google-instance-setup.service google-network-setup.service
+Wants=local-fs.target network-online.target network.target
+
+[Service]
+ExecStart=/usr/bin/google_metadata_script_runner --script-type startup
+KillMode=process
+Type=oneshot
+
+[Install]
+WantedBy=multi-user.target