exemONE Host Agent Installer Container Image

This commit is contained in:
정훈 변
2024-08-12 10:52:05 +09:00
commit 4288b79459
72 changed files with 5264 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
[Unit]
Description=exem-host-agent
Wants=network-online.target
After=network-online.target
[Service]
Type=forking
PIDFile={{ EXEM_HOME }}/host/data/host_agent_pid
ExecStart={{ EXEM_HOME }}/host/script/binary_start.sh
ExecStartPost=/bin/sleep 1
Restart=on-failure
RestartSec=10
[Install]
WantedBy=default.target