debian - 在 BeagleBone Black 上禁用 bone101

标签 debian beagleboneblack

我有一个运行 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 中手动终止该进程,但希望它不在启动时运行。有什么建议?

最佳答案

您可以通过以下方式禁用它:

systemctl disable jekyll-autorun.service

使用以下命令停止骨骼脚本:
systemctl disable bonescript-autorun.service

关于debian - 在 BeagleBone Black 上禁用 bone101,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30824536/

相关文章:

php - 将 Bash 与 PHP 集成

c++ - 如何在 beaglebone black 上用 C++ 创建这么多线程

gcc - 在 BeagleBone Black 上构建 gcc 失败

ubuntu - arm交叉编译时如何处理Boost之类的库?

c++ - 共享对象加载 : version Qt_5 not defined in file

php - 易于获取 : Identify all old version numbers of a package?

linux - 在 debian 9 上安装 docker

c++ - Linux C++ 读取 UART 设备工作不一致

linux - 将 node.js 套接字服务器作为服务启动的 BASH 脚本

sql - 在 shell 中自动安装和创建 postgresql 数据库