-1

I am building my own little server out of a raspberry pi using samba and I need to run

sudo service smbd start

on start-up so that in the case of a power down it will automatically restart samba

OneCricketeer
  • 179,855
  • 19
  • 132
  • 245
Harrison Pugh
  • 113
  • 1
  • 9

1 Answers1

1

You can enable a service to make it start at boot

sudo service smbd enable 
OneCricketeer
  • 179,855
  • 19
  • 132
  • 245