1[Unit]
2Description=Google Compute Engine Shutdown Scripts
3After=local-fs.target network-online.target network.target rsyslog.service systemd-resolved.service
4After=google-instance-setup.service google-network-daemon.service
5Wants=local-fs.target network-online.target network.target
6
7[Service]
8ExecStart=/bin/true
9ExecStop=/usr/bin/google_metadata_script_runner --script-type shutdown
10Type=oneshot
11RemainAfterExit=true
12TimeoutStopSec=0
13
14[Install]
15WantedBy=multi-user.target
16