host-agent 최신화
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,7 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
PRODUCT_NAME=exemONE
|
||||
MODULE_NAME=exem-host-agent
|
||||
VERSION=1.2.2
|
||||
|
||||
echo ${PRODUCT_NAME} ${MODULE_NAME} ver ${VERSION}
|
||||
@@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
service exem-host-agent start
|
||||
@@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
service exem-host-agent stop
|
||||
@@ -1,25 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
SYSTEMCTL=$(which systemctl 2> /dev/null)
|
||||
SERVICE=$(which service 2> /dev/null)
|
||||
CHKCONFIG=$(which chkconfig 2> /dev/null)
|
||||
|
||||
|
||||
if [ -n "${SYSTEMCTL}" ]; then
|
||||
systemctl stop exem-host-agent
|
||||
systemctl disable exem-host-agent
|
||||
systemctl daemon-reload
|
||||
|
||||
if [ -e "/etc/systemd/system/exem-host-agent.service" ]; then
|
||||
rm -f /etc/systemd/system/exem-host-agent.service
|
||||
systemctl daemon-reload
|
||||
fi
|
||||
|
||||
if [ -e "/etc/systemd/system/default.target.wants/exem-host-agent.service" ]; then
|
||||
rm -f /etc/systemd/system/default.target.wants/exem-host-agent.service
|
||||
systemctl daemon-reload
|
||||
fi
|
||||
|
||||
echo "exem-host-agent is disabled"
|
||||
fi
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
sudo systemctl start exem-host-agent
|
||||
3640
roles/one_agent/files/host/setup_exem-host-agent_1.2.10.1.bin
Executable file
3640
roles/one_agent/files/host/setup_exem-host-agent_1.2.10.1.bin
Executable file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user