mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
SABnzbd:
- adding init script
This commit is contained in:
parent
1a1878eb3f
commit
13e084648c
12
packages/plugins/SABnzbd/init.d/33_SABnzbd
Executable file
12
packages/plugins/SABnzbd/init.d/33_SABnzbd
Executable file
@ -0,0 +1,12 @@
|
||||
# start Samba Server
|
||||
#
|
||||
# runlevels: openelec, text, debug
|
||||
|
||||
(
|
||||
wait_for_network
|
||||
|
||||
progress "Starting SABnzbd Newsgroup downloader daemon"
|
||||
|
||||
python /usr/share/SABnzbd/SABnzbd.py -d $SABNZBD_ARGS > /dev/null 2>&1
|
||||
|
||||
)&
|
Loading…
x
Reference in New Issue
Block a user