systemd, dont want backend

deepcrayon
jebba 2021-04-05 13:07:38 -06:00
parent f05eff6b13
commit 2771784113
1 changed files with 0 additions and 1 deletions

View File

@ -2,7 +2,6 @@
[Unit]
Description=Blockbook daemon ({{.Coin.Name}})
After=network.target
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}}