diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-01-28 14:59:52 +0100 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2019-02-09 14:55:01 -0500 |
commit | 6042793cdeb8ec2353b6848e8a3bb40aa5953085 (patch) | |
tree | 1162c5da2a1b4e25966dd16485ead188a4cd7e67 /net-p2p | |
parent | net-misc/electrum: remove unused patches (diff) | |
download | gentoo-6042793cdeb8ec2353b6848e8a3bb40aa5953085.tar.gz gentoo-6042793cdeb8ec2353b6848e8a3bb40aa5953085.tar.bz2 gentoo-6042793cdeb8ec2353b6848e8a3bb40aa5953085.zip |
net-p2p/bitcoind: remove unused file
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/bitcoind/files/bitcoind.service-r1 | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/net-p2p/bitcoind/files/bitcoind.service-r1 b/net-p2p/bitcoind/files/bitcoind.service-r1 deleted file mode 100644 index ee113d7615c2..000000000000 --- a/net-p2p/bitcoind/files/bitcoind.service-r1 +++ /dev/null @@ -1,25 +0,0 @@ -# It is not recommended to modify this file in-place, because it will -# be overwritten during package upgrades. If you want to add further -# options or overwrite existing ones then use -# $ systemctl edit bitcoind.service -# See "man systemd.service" for details. - -# Note that almost all daemon options could be specified in -# /etc/bitcoin/bitcoin.conf - -[Unit] -Description=Bitcoin daemon -After=network.target - -[Service] -ExecStart=/usr/bin/bitcoind -daemon -conf=/etc/bitcoin/bitcoin.conf -pid=/run/bitcoind/bitcoind.pid -# Creates /run/bitcoind owned by bitcoin -RuntimeDirectory=bitcoind -User=bitcoin -Type=forking -PIDFile=/run/bitcoind/bitcoind.pid -Restart=on-failure -PrivateTmp=true - -[Install] -WantedBy=multi-user.target |