summaryrefslogtreecommitdiff
path: root/package/systemd/google-startup-scripts.service
blob: 1c373c5582f7fcb2ebd83599ba5e9e1ee28f807c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Google Compute Engine Startup Scripts
After=local-fs.target network-online.target network.target rsyslog.service
After=google-instance-setup.service
Wants=local-fs.target network-online.target network.target

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

[Install]
WantedBy=multi-user.target