CS_553 / deployment /02_deploy_to_controller /templates /connection_check.service.j2
Jacob Molnia
intermidate setup5/maybe done
53b59a6
raw
history blame
259 Bytes
[Unit]
Description=Check connection to app server and run initial setup if needed
After=network.target
[Service]
ExecStart=/bin/bash /opt/CS_553/deployment/02_deploy_to_controller/scripts/connection_check.sh
User=ubuntu
[Install]
WantedBy=multi-user.target