Fix service name to elements and add elements testnet for prod install
This commit is contained in:
@@ -1,13 +1,13 @@
|
||||
[Unit]
|
||||
Description=Elementsd
|
||||
Description=Elementsd-liquid
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/local/bin/elementsd -daemon -printtoconsole -chain=liquidtestnet -pid=/elements/elements-testnet.pid
|
||||
ExecStart=/usr/local/bin/elementsd -daemon -printtoconsole -chain=liquidv1 -pid=/elements/elements-liquid.pid
|
||||
ExecStop=/usr/local/bin/elements-cli stop
|
||||
|
||||
Type=forking
|
||||
PIDFile=/elements/elements-testnet.pid
|
||||
PIDFile=/elements/elements-liquid.pid
|
||||
Restart=on-failure
|
||||
|
||||
User=elements
|
||||
@@ -1,13 +1,13 @@
|
||||
[Unit]
|
||||
Description=Elementsd
|
||||
Description=Elementsd-liquidtestnet
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/local/bin/elementsd -daemon -printtoconsole -chain=liquidv1 -pid=/elements/elements.pid
|
||||
ExecStart=/usr/local/bin/elementsd -daemon -printtoconsole -chain=liquidtestnet -pid=/elements/elements-liquidtestnet.pid
|
||||
ExecStop=/usr/local/bin/elements-cli stop
|
||||
|
||||
Type=forking
|
||||
PIDFile=/elements/elements.pid
|
||||
PIDFile=/elements/elements-liquidtestnet.pid
|
||||
Restart=on-failure
|
||||
|
||||
User=elements
|
||||
Reference in New Issue
Block a user