mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-08-30 22:28:48 +02:00
* pandora_agent_installer, DEBIAN/postinst, DEBIAN/prerm, DEBIAN/make_deb_package.sh, pandora_agent.spec, pandora_agent, SunOS/make_solaris_package/prototype, SunOS/make_solaris_package/make_solaris_package.sh, pandora_agent_exec: Renamed pandora_exec to pandora_agent_exec to avoid conflicts with the pandora_exec script installed by the server. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@3708 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
12 lines
222 B
Bash
Executable File
12 lines
222 B
Bash
Executable File
#!/bin/bash
|
|
|
|
echo Stop Pandora agent daemon
|
|
/etc/init.d/pandora_agent_daemon stop
|
|
|
|
PANDORA_CFG=/etc/pandora
|
|
|
|
#rm -rf $PANDORA_CFG/plugins
|
|
#rm -rf $PANDORA_CFG/pandora_agent.conf
|
|
|
|
update-rc.d -f pandora_agent_daemon remove
|