summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/denyhosts/files/denyhosts.init')
-rw-r--r--app-admin/denyhosts/files/denyhosts.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-admin/denyhosts/files/denyhosts.init b/app-admin/denyhosts/files/denyhosts.init
index 437c7565283f..9bc2fdb0aa98 100644
--- a/app-admin/denyhosts/files/denyhosts.init
+++ b/app-admin/denyhosts/files/denyhosts.init
@@ -8,7 +8,7 @@ depend() {
start() {
ebegin "Starting DenyHosts daemon"
- start-stop-daemon --name denyhosts --start --exec /usr/bin/denyhosts -- --daemon -c /etc/denyhosts.conf
+ start-stop-daemon --name denyhosts.py --start --exec /usr/bin/denyhosts.py -- --daemon -c /etc/denyhosts.conf
eend $?
}