mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-25 02:52:13 +08:00
19 lines
537 B
Desktop File
19 lines
537 B
Desktop File
[Unit]
|
|
Description=Bitcoin Daemon (reindex)
|
|
Conflicts=bitcoin.service
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=bitcoin
|
|
Group=bitcoin
|
|
ExecStart=/usr/bin/bitcoind -daemon=0 \
|
|
-conf=/etc/bitcoin/bitcoin.conf \
|
|
-datadir=/srv/bitcoin \
|
|
-reindex \
|
|
-pid=/run/bitcoind.pid
|
|
ExecReload=/usr/bin/kill -HUP $MAINPID
|
|
ExecStop=/usr/bin/bitcoind stop
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|