Sonarr version (exact version): 2.0.0.4545
Mono version (if Sonarr is not running on Windows): 4.6.1r1
OS: ASUSTOR AS6204T
Description of issue: Scripts and auto start…
I just got this response from ASUSTOR tech support:
For the question you mentioned, you can follow the the steps below to run the demon on system startup
- login NAS as “root” via ssh client (e.g. Utility like “Putty” on Windows or “terminal” on Mac)
- Put your script under /usr/local/etc/init.d/
- Rename script name to SXXscript_name (S00 ~ S99: script execute order, S00 is in order of first, S99 is in order of last)
- Modify execute permission for this script
e.g. # chmod +x /usr/local/etc/init.d/S99last
Apologies for being a noob at this, but I have little experience with Linux…
Asustor says “put your script”… What is a script file? What should the filename
of this script file be? Also, how do I copy said script file to: “/usr/local/etc/init.d/”?
And as for modifying the execute permission?