summaryrefslogtreecommitdiff
path: root/packages/google-compute-engine/src/lib/systemd/system/google-shutdown-scripts.service
diff options
context:
space:
mode:
Diffstat (limited to 'packages/google-compute-engine/src/lib/systemd/system/google-shutdown-scripts.service')
-rw-r--r--packages/google-compute-engine/src/lib/systemd/system/google-shutdown-scripts.service15
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/google-compute-engine/src/lib/systemd/system/google-shutdown-scripts.service b/packages/google-compute-engine/src/lib/systemd/system/google-shutdown-scripts.service
deleted file mode 100644
index ae23d76..0000000
--- a/packages/google-compute-engine/src/lib/systemd/system/google-shutdown-scripts.service
+++ /dev/null
@@ -1,15 +0,0 @@
-[Unit]
-Description=Google Compute Engine Shutdown Scripts
-After=network-online.target network.target rsyslog.service
-After=google-instance-setup.service google-network-daemon.service
-
-[Service]
-ExecStart=/bin/true
-ExecStop=/usr/bin/google_metadata_script_runner --script-type shutdown
-Type=oneshot
-RemainAfterExit=true
-TimeoutStopSec=0
-StandardOutput=journal+console
-
-[Install]
-WantedBy=multi-user.target