| [Unit] |
| Description=Google Compute Engine Startup Scripts |
| Wants=network-online.target rsyslog.service |
| After=network-online.target rsyslog.service google-guest-agent.service |
| Before=apt-daily.service |
| |
| [Service] |
| Type=oneshot |
| ExecStart=/bin/sh -c 'if [ -e /usr/bin/gce_compat_metadata_script_runner ]; then /usr/bin/gce_compat_metadata_script_runner startup; else /usr/bin/google_metadata_script_runner startup; fi' |
| #TimeoutStartSec is ignored for Type=oneshot service units. |
| KillMode=process |
| StandardOutput=journal+console |
| StandardError=journal+console |
| |
| [Install] |
| WantedBy=multi-user.target |