mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-09-25 19:09:08 +02:00
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
28a2fdf511
commit
ef0b91d053
@ -1,9 +1,18 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
# Script de arranque de Agente Pandora
|
# Script de arranque de Agente Pandora
|
||||||
# Sancho Lerena, <slerena@gmail.com>
|
# Sancho Lerena, <slerena@gmail.com>
|
||||||
# Version para Linux (generico)
|
# Version para GNU/Linux (generico)
|
||||||
# v1.2
|
# 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
|
PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin
|
||||||
PANDORA_PATH=/opt/pandora_agent/
|
PANDORA_PATH=/opt/pandora_agent/
|
||||||
DAEMON=pandora_agent.sh
|
DAEMON=pandora_agent.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user