


株式会社イーツー・インフォの社員ブログ

株式会社イーツー・インフォの社員ブログ

version: 0.0
os: linux
files:
  - (略)
permissions:
  - (略)
hooks:
  AfterInstall:
    - location: deploy/after-install.sh
runas: root
								
#!/bin/bash
(略)
if [ "$APPLICATION_NAME" == "batch-server" ]
then
    sudo systemctl restart supervisord
fi
(略)