mirror of
https://github.com/mempool/mempool.git
synced 2024-11-19 01:41:01 +01:00
23 lines
462 B
Desktop File
23 lines
462 B
Desktop File
[Unit]
|
|
Description=Elementsd-liquidtestnet
|
|
After=network.target
|
|
|
|
[Service]
|
|
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-liquidtestnet.pid
|
|
Restart=on-failure
|
|
|
|
User=elements
|
|
Group=elements
|
|
|
|
PrivateTmp=true
|
|
ProtectSystem=full
|
|
NoNewPrivileges=true
|
|
PrivateDevices=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|