LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
SystemD Manager not showing all services
#11
Upstart and SystemD run alongside each other, not ideal, but that's how it is at the moment. Upstart won't be removed completely by Ubuntu until the next LTS.
So if you want samba completely disabled, you need to use Upstart too. SystemD does control the init at start up, but Upstart is there too.

Code:
sudo service smbd stop
sudo service nmbd stop

Permanently remove samba from starting at boot:

Code:
sudo update-rc.d -f smbd remove
sudo update-rc.d -f nmbd remove

To restore it back:

Code:
sudo update-rc.d smbd defaults
sudo update-rc.d nmbd defaults

I won't be disabling Upstart in series 3.x This is something that is better handled by Ubuntu in the next LTS.
Reply
#12
Perfect! Thank you, Jerry! Smile
Reply
#13
No problemo Smile
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)