$OpenBSD: patch-base_service_py,v 1.2 2009/02/02 10:47:11 ajacoutot Exp $
--- base/service.py.orig	Fri Mar  7 11:02:36 2008
+++ base/service.py	Fri Mar  7 11:03:19 2008
@@ -39,7 +39,7 @@ def startup(startup_if_not_running=True):
     except socket.error:
         if startup_if_not_running:
             log.debug("Cannot connect to hpssd. Launching...")
-            os.system("python " + os.path.join(prop.home_dir, "hpssd.py"))
+            os.system("${MODPY_BIN} " + os.path.join(prop.home_dir, "hpssd.py"))
             time.sleep(0.5)
             time_left = 10
             start_time = time.time()
