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

[Service]
ExecStart=/usr/share/google/run-startup-scripts
KillMode=process
Type=oneshot

[Install]
WantedBy=multi-user.target