mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-30 17:58:59 +00:00
18 lines
779 B
Plaintext
Executable File
18 lines
779 B
Plaintext
Executable File
start.sh runs 3 gnu screens, 1 for updating usenet articles and optimizing_db, 1 for post processing, 1 for updating releases.
|
|
|
|
Edit the paths to your nZEDb location in start.sh
|
|
|
|
Run like this -> screen sh start.sh
|
|
|
|
Detach from the screen : control+a d
|
|
|
|
Attach to another screen, screen -x POSTP (postprocessing), screen -x RELEASES (update releases).
|
|
|
|
To re-attach to the first screen type screen -x , you will get a list of the 3 screens, you will see numbers, screen -x number (change number for one of the numbers in the list).
|
|
|
|
|
|
|
|
Edit the script to comment out (add a # in front of the line) for the crap remover / name fixing scripts if you don't want those to run.
|
|
|
|
Bugs: sometimes the other screens will not start, if you let it run a while they will eventually start.
|