2020-05-28 20:48:06 +00:00
|
|
|
[Unit]
|
|
|
|
Description=Chainwatch
|
|
|
|
After=lotus-daemon.service
|
|
|
|
Requires=lotus-daemon.service
|
|
|
|
|
|
|
|
[Service]
|
2020-06-04 12:09:01 +00:00
|
|
|
Environment=GOLOG_FILE="/var/log/lotus/chainwatch.log"
|
|
|
|
Environment=GOLOG_LOG_FMT="json"
|
2020-06-19 02:18:31 +00:00
|
|
|
Environment=LOTUS_DB=""
|
|
|
|
Environment=LOTUS_PATH="%h/.lotus"
|
|
|
|
EnvironmentFile=-/etc/lotus/chainwatch.env
|
2020-07-08 10:38:59 +00:00
|
|
|
ExecStart=/usr/local/bin/lotus-chainwatch run
|
2020-05-28 20:48:06 +00:00
|
|
|
|
|
|
|
[Install]
|
2020-06-19 02:18:31 +00:00
|
|
|
WantedBy=multi-user.target
|