From 89da9bb389823f801e38d837ef0f2588d4bd24d3 Mon Sep 17 00:00:00 2001 From: James Vasile Date: Tue, 20 Dec 2011 21:26:51 -0500 Subject: [PATCH] plinth is in local --- share/init.d/plinth | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/init.d/plinth b/share/init.d/plinth index f5df9b712..46bc36933 100755 --- a/share/init.d/plinth +++ b/share/init.d/plinth @@ -1,6 +1,6 @@ #!/bin/bash # This file is /etc/init.d/plinth -DAEMON=/usr/bin/plinth.py +DAEMON=/usr/local/bin/plinth.py PID_FILE=/var/run/plinth.pid start_plinth (){