2006-11-15 Sancho Lerena <slerena@artica.es>
* linux/pandora_agent_daemon: Updated header for LSB compatibility (thanks to patch send by Jose Angel de Bustos. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@260 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
2b392dd749
commit
316acb9b8b
|
@ -1,9 +1,18 @@
|
|||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
# Script de arranque de Agente Pandora
|
||||
# Sancho Lerena, <slerena@gmail.com>
|
||||
# Version para Linux (generico)
|
||||
# Version para GNU/Linux (generico)
|
||||
# v1.2
|
||||
|
||||
### BEGIN INIT INFO
|
||||
# Provides: pandora_agent
|
||||
# Required-Start: $network
|
||||
# Required-Stop: $network
|
||||
# Default-Start: S 2 3 4 5
|
||||
# Default-Stop: 0 1 6
|
||||
# Short-Description: start/stop pandora-agent daemon
|
||||
### END INIT INFO
|
||||
|
||||
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin
|
||||
PANDORA_PATH=/opt/pandora_agent/
|
||||
DAEMON=pandora_agent.sh
|
||||
|
|
Loading…
Reference in New Issue