【发布时间】:2015-08-29 17:32:21
【问题描述】:
我有一个运行 Debian 的 BeagleBone black。
使用“htop”我看到一些进程消耗了大量的内存"/usr/bin/ruby1.9.1 /usr/local/bin/jekyll buld --destination bone101 --watch"
我的应用程序不需要 bone101 服务,我想禁用它。 “systemctl disable bone101.service”返回“no such file or directory”错误。
我可以在 htop 中手动终止该进程,但希望它不在启动时运行。有什么建议吗?
【问题讨论】: