summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJames Vasile <james@hackervisions.org>2011-12-22 17:07:27 -0500
committerJames Vasile <james@jamesvasile.com>2012-02-19 15:07:16 -0500
commitc9b09c5de25b7505cac7ad3f9a968ec375adac53 (patch)
tree7254e89df55e750cd9d0a04c66fdc3cafd3bddaf /share
parentf7d59c590013882b330714de4d6882a8c94e23db (diff)
tag init.d script
Diffstat (limited to 'share')
-rwxr-xr-xshare/init.d/plinth11
1 files changed, 11 insertions, 0 deletions
diff --git a/share/init.d/plinth b/share/init.d/plinth
index 46bc369..e364fc1 100755
--- a/share/init.d/plinth
+++ b/share/init.d/plinth
@@ -1,4 +1,15 @@
#!/bin/bash
+### BEGIN INIT INFO
+# Provides: plinth
+# Required-Start: $syslog
+# Required-Stop: $syslog
+# Default-Start: 2 3 4 5
+# Default-Stop: 0 1 6
+# Short-Description: plinth web frontend
+# Description:
+#
+### END INIT INFO
+
# This file is /etc/init.d/plinth
DAEMON=/usr/local/bin/plinth.py
PID_FILE=/var/run/plinth.pid