Skip to content

Commit 9203754

Browse files
committed
Доработал код, чтобы контейнер mamonsu мог корректно слушать сигнал завершения работы - STOPSIGNAL
1 parent 5a9428a commit 9203754

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

12/docker-mamonsu/mamonsu_start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ cd ${CONFIG_DIR}
5757

5858
# start services...
5959
cd /
60-
/usr/bin/mamonsu -a ${CONFIG_DIR}/plugins -c ${CONFIG_DIR}/agent.conf
60+
exec /usr/bin/mamonsu -a ${CONFIG_DIR}/plugins -c ${CONFIG_DIR}/agent.conf

13/docker-mamonsu/mamonsu_start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ cd ${CONFIG_DIR}
5757

5858
# start services...
5959
cd /
60-
/usr/bin/mamonsu -a ${CONFIG_DIR}/plugins -c ${CONFIG_DIR}/agent.conf
60+
exec /usr/bin/mamonsu -a ${CONFIG_DIR}/plugins -c ${CONFIG_DIR}/agent.conf

14/docker-mamonsu/mamonsu_start.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ cd ${CONFIG_DIR}
5757

5858
# start services...
5959
cd /
60-
/usr/bin/mamonsu -a ${CONFIG_DIR}/plugins -c ${CONFIG_DIR}/agent.conf
60+
exec /usr/bin/mamonsu -a ${CONFIG_DIR}/plugins -c ${CONFIG_DIR}/agent.conf

0 commit comments

Comments
 (0)