2009-08-12 sancho Lerena <slerena@artica.es>
* tentacle_serverd, pandora_server: Added LSB tags to startup daemon for SUSE git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@1845 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
This commit is contained in:
parent
450b8c9b1f
commit
97d4511cf4
|
@ -1,3 +1,7 @@
|
|||
2009-08-12 sancho Lerena <slerena@artica.es>
|
||||
|
||||
* pandora_server: Added LSB tags to startup daemon for SUSE
|
||||
|
||||
2009-08-11 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* pandora_server: Using new method to get PID of process, compatible with
|
||||
|
|
|
@ -6,10 +6,15 @@
|
|||
# other Linux distros could not work properly without modifications
|
||||
# v3.0 Build 090810
|
||||
# http://www.pandorafms.com
|
||||
# chkconfig: 23 99 99
|
||||
# description: Manages starting/stopping of server
|
||||
|
||||
# Configurable path and filenames
|
||||
### BEGIN INIT INTO
|
||||
# Provides: pandora_server
|
||||
# Default-Start: 2 3 5
|
||||
# Default-Stop: 0 1 2 3 5
|
||||
# Required-Start: $network
|
||||
# Required-Stop: $network
|
||||
# Description: Pandora FMS Server startup script
|
||||
### END INIT INFO
|
||||
|
||||
PANDORA_HOME="/etc/pandora/pandora_server.conf"
|
||||
PANDORA_PID_PATH="/var/run"
|
||||
|
|
|
@ -1,13 +1,18 @@
|
|||
#!/bin/bash
|
||||
|
||||
# Tentacle server simple startup script (no pid file is written).
|
||||
# Tentacle server simple startup script
|
||||
# Copyright (c) 2007 Artica Soluciones Tecnologicas S.L.
|
||||
# Linux Version (generic)
|
||||
# v0.1 Build 210508
|
||||
|
||||
# chkconfig: 2345 55 25
|
||||
# description: Tentacle server
|
||||
# processname: tentacle_server
|
||||
### BEGIN INIT INTO
|
||||
# Provides: tentacle_server
|
||||
# Default-Start: 2 3 5
|
||||
# Default-Stop: 0 1 2 3 5
|
||||
# Required-Start: $network
|
||||
# Required-Stop: $network
|
||||
# Description: Tentacle Server startup script
|
||||
### END INIT INFO
|
||||
|
||||
# Pandora server settings
|
||||
PANDORA_SERVER_PATH="/var/spool/pandora/data_in"
|
||||
|
|
Loading…
Reference in New Issue