mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-29 16:55:05 +02:00
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>
|
2009-08-11 Sancho Lerena <slerena@artica.es>
|
||||||
|
|
||||||
* pandora_server: Using new method to get PID of process, compatible with
|
* 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
|
# other Linux distros could not work properly without modifications
|
||||||
# v3.0 Build 090810
|
# v3.0 Build 090810
|
||||||
# http://www.pandorafms.com
|
# 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_HOME="/etc/pandora/pandora_server.conf"
|
||||||
PANDORA_PID_PATH="/var/run"
|
PANDORA_PID_PATH="/var/run"
|
||||||
|
@ -1,13 +1,18 @@
|
|||||||
#!/bin/bash
|
#!/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.
|
# Copyright (c) 2007 Artica Soluciones Tecnologicas S.L.
|
||||||
# Linux Version (generic)
|
# Linux Version (generic)
|
||||||
# v0.1 Build 210508
|
# v0.1 Build 210508
|
||||||
|
|
||||||
# chkconfig: 2345 55 25
|
### BEGIN INIT INTO
|
||||||
# description: Tentacle server
|
# Provides: tentacle_server
|
||||||
# processname: 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 settings
|
||||||
PANDORA_SERVER_PATH="/var/spool/pandora/data_in"
|
PANDORA_SERVER_PATH="/var/spool/pandora/data_in"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user