summaryrefslogtreecommitdiff
path: root/google-startup-scripts/etc/init/google_run_shutdown_scripts.conf
blob: 69fc61c51a0b7399b4d0d3e35ed0b69e864e4580 (plain)
1
2
3
4
5
6
7
8
9
10
# google - Run google shutdown script
#
#
start on starting rc RUNLEVEL=[06]
task

script
  /usr/bin/logger -s -t google -p local0.info "Running google_run_shutdown_scripts.conf"
  /usr/share/google/run-shutdown-scripts
end script