Remove dev values from chainwatch.service

This commit is contained in:
Mike Greenberg 2020-06-18 22:18:31 -04:00 committed by Mike Greenberg
parent ce30162907
commit 8649baccf7

View File

@ -1,15 +1,15 @@
[Unit] [Unit]
Description=Chainwatch Description=Chainwatch
PartOf=sentinel.service
After=lotus-daemon.service After=lotus-daemon.service
Requires=lotus-daemon.service Requires=lotus-daemon.service
[Service] [Service]
Environment=GOLOG_FILE="/var/log/lotus/chainwatch.log" Environment=GOLOG_FILE="/var/log/lotus/chainwatch.log"
Environment=GOLOG_LOG_FMT="json" Environment=GOLOG_LOG_FMT="json"
Environment=LOTUS_DB="postgres://postgres:password@localhost:5432/postgres?sslmode=disable" Environment=LOTUS_DB=""
Environment=LOTUS_PATH="/root/.lotus" Environment=LOTUS_PATH="%h/.lotus"
EnvironmentFile=-/etc/lotus/chainwatch.env
ExecStart=/usr/local/bin/chainwatch run ExecStart=/usr/local/bin/chainwatch run
[Install] [Install]
WantedBy=multiuser.target WantedBy=multi-user.target