Skip to content

Instantly share code, notes, and snippets.

Created July 30, 2013 19:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/459675ea6020335e099c to your computer and use it in GitHub Desktop.
Save anonymous/459675ea6020335e099c to your computer and use it in GitHub Desktop.
# purge-brscan - Purge user brscan directory
#
# This upstart job purges the user's brscan directory on shutdown.
description "Purge user brscan directory"
start on shutdown
task
exec rm -f /home/test/brscan/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment