Skip to content

Commit 744423f

Browse files
committed
Wait to start postgres_exporter until remote_syslog service starts, so logs will be sent to Papertrail
1 parent 08642c3 commit 744423f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ sudo mkdir -p /home/postgres_exporter
1818
sudo chown postgres_exporter:postgres_exporter /home/postgres_exporter
1919
2020
tee /etc/init/postgres_exporter.conf <<EOF2
21-
start on filesystem
21+
start on started remote_syslog
2222
setuid postgres_exporter
2323
setgid postgres_exporter
2424
script

0 commit comments

Comments
 (0)