debian - Disabling bone101 on BeagleBone Black -
i have beaglebone black running debian. using "htop" see number of processes consuming decent amount of memory "/usr/bin/ruby1.9.1 /usr/local/bin/jekyll buld --destination bone101 --watch"
don't need bone101 service application , disable it. "systemctl disable bone101.service
" return "no such file or directory
" error. can kill process manually in htop not run on startup. suggestions?
you can disable with:
systemctl disable jekyll-autorun.service
stop bone script using:
systemctl disable bonescript-autorun.service
Comments
Post a Comment