exemONE Agent Installer 작성
This commit is contained in:
BIN
roles/one_agent/files/host/os_binary/exem-host-agent_linux-2.6-x86_64-64
Executable file
BIN
roles/one_agent/files/host/os_binary/exem-host-agent_linux-2.6-x86_64-64
Executable file
Binary file not shown.
3
roles/one_agent/files/host/script/service_start.sh
Executable file
3
roles/one_agent/files/host/script/service_start.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
service exem-host-agent start
|
||||
3
roles/one_agent/files/host/script/service_stop.sh
Executable file
3
roles/one_agent/files/host/script/service_stop.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
service exem-host-agent stop
|
||||
3
roles/one_agent/files/host/script/systemctl_start.sh
Executable file
3
roles/one_agent/files/host/script/systemctl_start.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
sudo systemctl start exem-host-agent
|
||||
Reference in New Issue
Block a user