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

[Service]
ExecStart=/usr/share/google/run-shutdown-scripts
Type=oneshot

[Install]
WantedBy=shutdown.target