send prometheus logs to syslog
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
f 2022-07-09 23:21:26 -03:00
parent c7615afb9a
commit 39127b267d

View file

@ -22,6 +22,7 @@ case $1 in
-p /tmp/prometheus.pid \ -p /tmp/prometheus.pid \
-l /tmp/prometheus.pid \ -l /tmp/prometheus.pid \
-u rails \ -u rails \
/usr/local/bin/syslogize \
/usr/bin/foreman start -f /etc/Procfile -d /srv prometheus /usr/bin/foreman start -f /etc/Procfile -d /srv prometheus
;; ;;