~deej/charms/precise/daisy-retracer/add-save-cassandra

« back to all changes in this revision

Viewing changes to hooks/config-changed

  • Committer: Evan Dandrea
  • Date: 2013-06-07 14:38:52 UTC
  • Revision ID: evan.dandrea@canonical.com-20130607143852-tlky4tefzhubtjpk
Lets try this a different way.

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
 
46
46
export MAILTO USER_CODE_RUNNER LOG_DIR BASEDIR INSTANCE_TYPE MAX_DISK_USAGE_PCT CACHE_DIR
47
47
cheetah fill --env -p templates/retracers-cache-restart-cron.tmpl > /etc/cron.d/retracers-cache-restart
48
 
cheetah fill --env -p templates/retracers-cache-restart.sh.tmpl > /usr/local/bin/retracers-cache-restart
 
48
(cheetah fill --env -p templates/retracers-cache-restart-env.tmpl; cat templates/retracers-cache-restart.sh.tmpl) > /usr/local/bin/retracers-cache-restart
49
49
chmod +x /usr/local/bin/retracers-cache-restart
50
50
 
51
51
retracer_restart