Threat Report: Exposing Malware in Linux-Based Multi-Cloud Environments | Download Now

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:
201
Contributors