aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ntopng/ntopng.initd
diff options
context:
space:
mode:
Diffstat (limited to 'testing/ntopng/ntopng.initd')
-rw-r--r--testing/ntopng/ntopng.initd3
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"