sutty/entrypoint.sh

7 lines
161 B
Bash
Raw Normal View History

2019-04-08 18:31:29 +00:00
#!/bin/sh
set -e
case $1 in
2020-09-18 23:51:52 +00:00
prometheus) daemonize -c /srv/http -p /tmp/prometheus.pid -l /tmp/prometheus.pid -u app /usr/bin/foreman start prometheus ;;
2019-04-08 18:31:29 +00:00
esac