summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-p2p/datacoin-hp/files/datacoin.service')
-rw-r--r--net-p2p/datacoin-hp/files/datacoin.service30
1 files changed, 0 insertions, 30 deletions
diff --git a/net-p2p/datacoin-hp/files/datacoin.service b/net-p2p/datacoin-hp/files/datacoin.service
deleted file mode 100644
index e0cb83190a11..000000000000
--- a/net-p2p/datacoin-hp/files/datacoin.service
+++ /dev/null
@@ -1,30 +0,0 @@
-# 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/datacoind.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/datacoind.service.d/myopts.conf"
-# containing:
-# [Service]
-# Environment="DATACOIN_OPTS=-debug -logtimestamps"
-# Nice=10
-# This will override the setting appearing below.
-
-# Note that almost all daemon options could be specified in
-# /etc/primecoin/datacoin.conf
-
-[Unit]
-Description=Datacoin Daemon
-After=network.target
-
-[Service]
-User=datacoin
-Environment=DATACOIN_OPTS=
-ExecStart=/usr/bin/datacoind -daemon=0 $DATACOIN_OPTS
-ExecReload=/bin/kill -HUP $MAINPID
-
-[Install]
-WantedBy=multi-user.target