Update bitmagnet
This commit is contained in:
parent
04a07db27c
commit
e384cdcb3c
@ -60,11 +60,13 @@ command_background="true"
|
|||||||
command_user="root"
|
command_user="root"
|
||||||
pidfile="/var/run/bitmagnet.pid"
|
pidfile="/var/run/bitmagnet.pid"
|
||||||
|
|
||||||
export TMDB_API_KEY=$tmdbapikey
|
|
||||||
|
|
||||||
depend() {
|
depend() {
|
||||||
use net
|
use net
|
||||||
}
|
}
|
||||||
|
|
||||||
|
start_pre() {
|
||||||
|
export TMDB_API_KEY="$tmdbapikey"
|
||||||
|
}
|
||||||
EOF
|
EOF
|
||||||
chmod +x /etc/init.d/bitmagnet
|
chmod +x /etc/init.d/bitmagnet
|
||||||
$STD rc-update add bitmagnet default
|
$STD rc-update add bitmagnet default
|
||||||
|
Loading…
x
Reference in New Issue
Block a user