Skip to content

Instantly share code, notes, and snippets.

@clemesha-ooi
Created June 7, 2010 21:02
Show Gist options
  • Save clemesha-ooi/429191 to your computer and use it in GitHub Desktop.
Save clemesha-ooi/429191 to your computer and use it in GitHub Desktop.
#!/bin/bash
#kill all capability containers
ps -ef | grep ^cc | awk '{print $2}' | xargs sudo kill
sudo rm /home/cc/lcaarch/epu_controller-service.log
sudo rm /home/cc/lcaarch/provisioner-service.log
sudo rm /home/cc/lcaarch/sensor_aggregator-service.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment