From 8c2fac5f073d4c203c706d5592cc8f2ec6c0b740 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Sun, 1 Mar 2020 15:32:06 +0800 Subject: Use #!/sbin/openrc-run --- honeypot.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 PID_FILE="/var/run/honeypot.pid" -- cgit v1.2.3-59-g8ed1b