From 52583265e3232be8f9173269cb2e737a5798b1e7 Mon Sep 17 00:00:00 2001 From: Yura Pakhuchiy Date: Tue, 14 Aug 2018 02:57:28 +0700 Subject: [PATCH] Fix typo in blockbook systemd service template (#36) --- build/templates/blockbook/debian/service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/templates/blockbook/debian/service b/build/templates/blockbook/debian/service index 8a984f70..5bf291bc 100644 --- a/build/templates/blockbook/debian/service +++ b/build/templates/blockbook/debian/service @@ -2,7 +2,7 @@ [Unit] Description=Blockbook daemon ({{.Coin.Name}}) After=network.target -Wants={{.Backend.PackageName}}-service +Wants={{.Backend.PackageName}}.service [Service] ExecStart={{.Env.BlockbookInstallPath}}/{{.Coin.Alias}}/bin/blockbook -blockchaincfg={{.Env.BlockbookInstallPath}}/{{.Coin.Alias}}/config/blockchaincfg.json -datadir={{.Env.BlockbookDataPath}}/{{.Coin.Alias}}/blockbook/db -sync -internal={{template "Blockbook.InternalBindingTemplate" .}} -public={{template "Blockbook.PublicBindingTemplate" .}} -certfile={{.Env.BlockbookInstallPath}}/{{.Coin.Alias}}/cert/blockbook -explorer={{.Blockbook.ExplorerURL}} -log_dir={{.Env.BlockbookInstallPath}}/{{.Coin.Alias}}/logs {{.Blockbook.AdditionalParams}}