Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/bitcoind/files/
Date: Sat, 09 Feb 2019 19:56:05
Message-Id: 1549742101.6042793cdeb8ec2353b6848e8a3bb40aa5953085.bman@gentoo
1 commit: 6042793cdeb8ec2353b6848e8a3bb40aa5953085
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Mon Jan 28 13:59:52 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 9 19:55:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6042793c
7
8 net-p2p/bitcoind: remove unused file
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
12
13 net-p2p/bitcoind/files/bitcoind.service-r1 | 25 -------------------------
14 1 file changed, 25 deletions(-)
15
16 diff --git a/net-p2p/bitcoind/files/bitcoind.service-r1 b/net-p2p/bitcoind/files/bitcoind.service-r1
17 deleted file mode 100644
18 index ee113d7615c..00000000000
19 --- a/net-p2p/bitcoind/files/bitcoind.service-r1
20 +++ /dev/null
21 @@ -1,25 +0,0 @@
22 -# It is not recommended to modify this file in-place, because it will
23 -# be overwritten during package upgrades. If you want to add further
24 -# options or overwrite existing ones then use
25 -# $ systemctl edit bitcoind.service
26 -# See "man systemd.service" for details.
27 -
28 -# Note that almost all daemon options could be specified in
29 -# /etc/bitcoin/bitcoin.conf
30 -
31 -[Unit]
32 -Description=Bitcoin daemon
33 -After=network.target
34 -
35 -[Service]
36 -ExecStart=/usr/bin/bitcoind -daemon -conf=/etc/bitcoin/bitcoin.conf -pid=/run/bitcoind/bitcoind.pid
37 -# Creates /run/bitcoind owned by bitcoin
38 -RuntimeDirectory=bitcoind
39 -User=bitcoin
40 -Type=forking
41 -PIDFile=/run/bitcoind/bitcoind.pid
42 -Restart=on-failure
43 -PrivateTmp=true
44 -
45 -[Install]
46 -WantedBy=multi-user.target