summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJames Vasile <james@hackervisions.org>2011-12-20 21:26:51 -0500
committerJames Vasile <james@jamesvasile.com>2012-02-19 15:07:15 -0500
commit89da9bb389823f801e38d837ef0f2588d4bd24d3 (patch)
tree475ae60a6300096390bd00855190833750c84256 /share
parent37d8e3d01cbd4532d835cd9ecc1ec3f63570a388 (diff)
plinth is in local
Diffstat (limited to 'share')
-rwxr-xr-xshare/init.d/plinth2
1 files changed, 1 insertions, 1 deletions
diff --git a/share/init.d/plinth b/share/init.d/plinth
index f5df9b7..46bc369 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 (){