diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-07-27 11:38:03 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2015-07-27 11:38:08 +0000 |
commit | 9f44c66ec9ac422c21b34280cec37d479fa4ddf4 (patch) | |
tree | 2f3c501c01be9d0aa2e3b71f7ef509464c3587e3 /testing/ntopng/ntopng.initd | |
parent | 9306b72ab9228480d2c0bd249cc48992ab5938c8 (diff) | |
download | aports-9f44c66ec9ac422c21b34280cec37d479fa4ddf4.tar.bz2 aports-9f44c66ec9ac422c21b34280cec37d479fa4ddf4.tar.xz |
testing/ntopng: remove local redis dependency
Diffstat (limited to 'testing/ntopng/ntopng.initd')
-rw-r--r-- | testing/ntopng/ntopng.initd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/testing/ntopng/ntopng.initd b/testing/ntopng/ntopng.initd index 824c13a960..c625b2ca46 100644 --- a/testing/ntopng/ntopng.initd +++ b/testing/ntopng/ntopng.initd @@ -1,7 +1,8 @@ #!/sbin/openrc-run depend() { - need net redis + need net + use redis } command="/usr/bin/ntopng" |