tag init.d script

This commit is contained in:
James Vasile 2011-12-22 17:07:27 -05:00 committed by James Vasile
parent f7d59c5900
commit c9b09c5de2

View File

@ -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