github.com/niedbalski/juju@v0.0.0-20190215020005-8ff100488e47/acceptancetests/repository/charms/peer-xplod/hooks/stop (about)

     1  #!/bin/bash
     2  # This will be run when the service is being torn down, allowing you to disable
     3  # it in various ways..
     4  # For example, if your web app uses a text file to signal to the load balancer
     5  # that it is live... you could remove it and sleep for a bit to allow the load
     6  # balancer to stop sending traffic.
     7  # rm /srv/webroot/server-live.txt && sleep 30