This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/conf/init/service/jwtproxy/run

10 lines
162 B
Text
Raw Normal View History

#! /bin/bash
echo 'Starting jwtproxy'
cd /
2016-04-28 14:04:22 +00:00
/binary_dependencies/jwtproxy --config conf/jwtproxy_conf.yaml
2016-04-23 01:27:47 +00:00
rm /tmp/jwtproxy_secscan.sock
echo 'Jwtproxy exited'