summaryrefslogtreecommitdiff
path: root/packages/google-compute-engine/src/lib/systemd/system/google-startup-scripts.service
blob: 0f8cf8bfa3c8cb284dfc978e66c7a4427579856e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Google Compute Engine Startup Scripts
After=network-online.target network.target
After=google-instance-setup.service google-network-daemon.service

[Service]
ExecStart=/usr/bin/google_metadata_script_runner --script-type startup
KillMode=process
Type=oneshot
StandardOutput=journal+console

[Install]
WantedBy=multi-user.target