OpenWrt Forum Archive

Topic: Samba on boot up

The content of this topic has been archived on 29 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

I've notice that after installing samba, samba isn't started at boot time.
How can I make samba start after a reset?

create startfile via:
----------------------

vi /etc/init.d/S56samba

insert:
--------

#!/bin/sh
/etc/init.d/samba start

change fileproperties:
------------------------

chmod 755  /etc/init.d/S56samba

The discussion might have continued from here.