定时kill calibre产生的cdsServIpc进程

发现calibre会产生cdsServIpc, 杀掉的话,calibre会不能用了,需要重新开terminal,也就是重新启动calibre,所以决定在大家上班前将这些进程干掉。命令修改如下,其实就是修改了时间。

在crontab中添加如下

30 08 * * * ps -ef | grep cdsServIpc|cut -c 9-15|xargs kill -9

然后 service crond restart .

哈哈,这回应该能正常工作了。

标签:
Linux, News

相关日志

If you enjoyed this post, please consider to leave a comment or subscribe to the feed and get future articles delivered to your feed reader.

Leave Comment

(必填)

(必填)