IMPORTANT ANNOUNCEMENT: On May 6, 2024, Carbon Black User eXchange (UeX) and Case Management will move to a new platform!
The Community will be in read-only mode starting April 19th, 7:00 AM PDT. Check out the blog post!
You will still be able to use the case portal to create and interact with your support cases until the transition, view more information here!

EDR: How To Create a Cron Job to Restart cbdaemon

EDR: How To Create a Cron Job to Restart cbdaemon

Environment

  • EDR Sensor
  • Linux: All Supported Versions

Objective

How to create a cron job to restart the cbdaemon service

Resolution

  1. Enter crontab as root, 'crontab -e', then enter insert mode with 'i'
  2. Insert following line: 
0 0 * * * service cbdaemon restart
  1. Save and quit with 'wq'
  2. Verify cron job is entered for root with 'crontab -l' command

Additional Notes

  • These steps will restart cbdaemon nightly at midnight, the date/time can be modified as needed. Reference following URL for details/examples on the fields/values:

Related Content


Labels (1)
Tags (2)
Was this article helpful? Yes No
No ratings
Article Information
Author:
Creation Date:
‎07-26-2022
Views:
449
Contributors