websoft9 servicew

This commit is contained in:
qiaofeng1227 2023-09-20 15:08:31 +08:00
parent 2d301c46ab
commit c99561123e
2 changed files with 9 additions and 4 deletions

View file

@ -6,9 +6,14 @@ trap "sleep 1; continue" ERR
while true; do
set +e
docker cp websoft9-git:/var/websoft9/credential websoft9-apphub:/websoft9/credentials
docker cp websoft9-deployment:/var/websoft9/credential websoft9-apphub:/websoft9/credentials
docker cp websoft9-proxy:/var/websoft9/credential websoft9-apphub:/websoft9/credentials
docker cp websoft9-git:/var/websoft9/credential /data/websoft9/credential_git
docker cp /data/websoft9/credential_git websoft9-apphub:/websoft9/credentials
docker cp websoft9-deployment:/var/websoft9/credential /data/websoft9/credential_deployment
docker cp /data/websoft9/credential_deployment websoft9-apphub:/websoft9/credentials
docker cp websoft9-proxy:/var/websoft9/credential /data/websoft9/credential_proxy
docker cp /data/websoft9/credential_proxy websoft9-apphub:/websoft9/credentials
set -e
sleep 3
done

View file

@ -8,7 +8,7 @@ KillSignal=SIGQUIT
WorkingDirectory=/data/websoft9/systemd
ExecStart=-/bin/bash send_credentials.sh
Restart=always
Type=notify
Type=simple
NotifyAccess=all
StandardError=syslog