summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/denyhosts/files/denyhosts.service')
-rw-r--r--app-admin/denyhosts/files/denyhosts.service12
1 files changed, 0 insertions, 12 deletions
diff --git a/app-admin/denyhosts/files/denyhosts.service b/app-admin/denyhosts/files/denyhosts.service
deleted file mode 100644
index 05a59dd27bfc..000000000000
--- a/app-admin/denyhosts/files/denyhosts.service
+++ /dev/null
@@ -1,12 +0,0 @@
-[Unit]
-Description=SSH log watcher
-Before=sshd.service
-
-[Service]
-Type=forking
-ExecStartPre=/bin/rm -f /var/run/denyhosts.pid
-ExecStart=/usr/bin/denyhosts.py --daemon --config=/etc/denyhosts.conf
-PIDFile=/var/run/denyhosts.pid
-
-[Install]
-WantedBy=multi-user.target