summaryrefslogtreecommitdiff
path: root/files
diff options
context:
space:
mode:
authorLouis Sautier <sautier.louis@gmail.com>2017-09-10 21:37:03 +0200
committerLouis Sautier <sautier.louis@gmail.com>2017-09-11 12:19:33 +0200
commit2ce0ffb97752f51199fb85f56167ecf7079a7a02 (patch)
tree65f11135554311548d8fb27cded85baf10e628c5 /files
parent8be4569d51350728446e7a92c8027f73e116afc8 (diff)
downloadfail2ban-2ce0ffb97752f51199fb85f56167ecf7079a7a02.tar.gz
Fix Gentoo init script's shebang
Use openrc-run instead of runscript. https://github.com/OpenRC/openrc/commit/5d5856c193768d24f11d5f0533e48c39526aef5c
Diffstat (limited to 'files')
-rwxr-xr-xfiles/gentoo-initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/files/gentoo-initd b/files/gentoo-initd
index c4d8675c..d4e52bcb 100755
--- a/files/gentoo-initd
+++ b/files/gentoo-initd
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
# This file is part of Fail2Ban.
#
# Fail2Ban is free software; you can redistribute it and/or modify