What's new
  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

Startup script help

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.
 

Latest threads

Support SNBForums w/ Amazon

If you'd like to support SNBForums, just use this link and buy anything on Amazon. Thanks!

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Back
Top