$OpenBSD: patch-util_prosodyctl_lua,v 1.4 2017/11/05 16:52:07 landry Exp $
Index: util/prosodyctl.lua
--- util/prosodyctl.lua.orig
+++ util/prosodyctl.lua
@@ -239,7 +239,7 @@ local function start()
 	if not CFG_SOURCEDIR then
 		os.execute("./prosody");
 	else
-		os.execute(CFG_SOURCEDIR.."/../../bin/prosody");
+		os.execute(CFG_SOURCEDIR.."/../../sbin/prosody");
 	end
 	return true;
 end
