summaryrefslogtreecommitdiff
path: root/packages/google-compute-engine/src/lib/systemd/system/google-startup-scripts.service
blob: 233298a8e26db3468942a6b6d5fd5cbadfa19bb6 (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 rsyslog.service
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