2015-06-13 77 views
3

我有一個運行Debian的BeagleBone黑色。 使用「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手動殺死進程,但希望它不能在啓動時運行。有什麼建議麼?在BeagleBone黑色上禁用bone101

回答

4

你可以禁用它:

systemctl disable jekyll-autorun.service 

使用停止骨腳本:

systemctl disable bonescript-autorun.service