NeutralGold
Regular Contributor
I was wondering if someone could help me out. I don't know anything about getting stuff to startup and shutdown during reboots. I've poked around running startup and shutdown scripts but it's all very confusing to me.
I'm currently running Merlins latest build for my RT-N66U.
I would like to have my cifs share mounted at boot
mount \\\\192.168.15.140\\share /cifs1 -t cifs -o "username=*******,password=*******"
I would also like to have transmission started after my cifs share is mounted.
/opt/bin/transmission-daemon -g /mnt/USB2GB/torrents/.config/transmission-daemon
I let transmission download to my cifs share and I make everyone in my household use a remote client to transmission to consolidate downloads/uploads and so I can keep an eye on what's being downloaded.
I currently manually start both but I would rather have it automated.
I tried adding just basic startup commands to a startup file in my jffs partition but that didn't seem to work.
So if it's not to much trouble could someone throw me a bone please. I would greatly appreciate it.
Thanks ahead of time.
I'm currently running Merlins latest build for my RT-N66U.
I would like to have my cifs share mounted at boot
mount \\\\192.168.15.140\\share /cifs1 -t cifs -o "username=*******,password=*******"
I would also like to have transmission started after my cifs share is mounted.
/opt/bin/transmission-daemon -g /mnt/USB2GB/torrents/.config/transmission-daemon
I let transmission download to my cifs share and I make everyone in my household use a remote client to transmission to consolidate downloads/uploads and so I can keep an eye on what's being downloaded.
I currently manually start both but I would rather have it automated.
I tried adding just basic startup commands to a startup file in my jffs partition but that didn't seem to work.
So if it's not to much trouble could someone throw me a bone please. I would greatly appreciate it.
Thanks ahead of time.