1[Unit]
2Description=Google Compute Engine Startup Scripts
3After=local-fs.target network-online.target network.target rsyslog.service
4After=google-instance-setup.service google-network-daemon.service
5Wants=local-fs.target network-online.target network.target
6
7[Service]
8ExecStart=/usr/bin/google_metadata_script_runner --script-type startup
9KillMode=process
10Type=oneshot
11
12[Install]
13WantedBy=multi-user.target
14