소스 검색

remove devture services

pull/2531/head
array-in-a-matrix 3 년 전
부모
커밋
c3900aaf1b
1개의 변경된 파일7개의 추가작업 그리고 0개의 파일을 삭제
  1. +7
    -0
      roles/custom/matrix-base/templates/bin/remove-all.j2

+ 7
- 0
roles/custom/matrix-base/templates/bin/remove-all.j2 파일 보기

@@ -21,6 +21,13 @@ else
rm -f {{ devture_systemd_docker_base_systemd_path }}/$s
done

echo "Stop and remove devture services"

for s in $(find {{ devture_systemd_docker_base_systemd_path }}/ -type f -name "devture-*" -printf "%f\n"); do
systemctl disable --now $s
rm -f {{ devture_systemd_docker_base_systemd_path }}/$s
done

systemctl daemon-reload

echo "Remove unused Docker images and resources"


불러오는 중...
취소
저장