mirror of
https://github.com/mempool/mempool.git
synced 2024-11-19 09:52:14 +01:00
23 lines
384 B
SYSTEMD
23 lines
384 B
SYSTEMD
|
[Unit]
|
||
|
Description=Liquid
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/local/bin/elementsd -daemon -printtoconsole -pid=/liquid/liquid.pid
|
||
|
ExecStop=/usr/local/bin/elements-cli stop
|
||
|
|
||
|
Type=forking
|
||
|
PIDFile=/liquid/liquid.pid
|
||
|
Restart=on-failure
|
||
|
|
||
|
User=liquid
|
||
|
Group=liquid
|
||
|
|
||
|
PrivateTmp=true
|
||
|
ProtectSystem=full
|
||
|
NoNewPrivileges=true
|
||
|
PrivateDevices=true
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|