Add a cronjob to kill vagrant.

This commit is contained in:
Ralph Bean 2015-09-30 14:05:43 +00:00
parent 21be039cb3
commit d363f69d10
2 changed files with 8 additions and 0 deletions

View file

@ -0,0 +1 @@
*/10 * * * * root /sbin/kill_vagrant > /dev/null 2>&1