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

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

[Install]
WantedBy=multi-user.target