summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-03-01 15:32:06 +0800
committerJason A. Donenfeld <Jason@zx2c4.com>2020-03-01 15:32:06 +0800
commit8c2fac5f073d4c203c706d5592cc8f2ec6c0b740 (patch)
tree316544a266d8b24e31314771069f86675c164333
parentClean up (diff)
downloadtelnet-password-honeypot-8c2fac5f073d4c203c706d5592cc8f2ec6c0b740.tar.xz
telnet-password-honeypot-8c2fac5f073d4c203c706d5592cc8f2ec6c0b740.zip
Use #!/sbin/openrc-runHEADmaster
-rwxr-xr-xhoneypot.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/honeypot.initd b/honeypot.initd
index d73ace5..4da4753 100755
--- a/honeypot.initd
+++ b/honeypot.initd
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
# Copyright 2012 Jason A. Donenfeld <Jason@zx2c4.com>
PID_FILE="/var/run/honeypot.pid"