You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-p2p/bitcoinxtd/files/bitcoinxtd.service

31 lines
889 B

# It's not recommended to modify this file in-place, because it will be
# overwritten during package upgrades. If you want to customize, the
# best way is to create file
# "/etc/systemd/system/bitcoinxtd.service.d/*.conf"
# containing your changes
# For example, if you want to change some daemon and/or unit options,
# create a file named
# "/etc/systemd/system/bitcoinxtd.service.d/myopts.conf"
# containing:
# [Service]
# Environment="BITCOINXT_OPTS=-debug -logtimestamps"
# Nice=10
# This will override the setting appearing below.
# Note that almost all daemon options could be specified in
# /etc/bitcoinxt/bitcoinxt.conf
[Unit]
Description=BitcoinXT Daemon
After=network.target
[Service]
User=bitcoinxt
Environment=BITCOINXT_OPTS=
ExecStart=/usr/bin/bitcoinxtd -daemon=0 $BITCOINXT_OPTS
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target