summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorslubman2015-10-04 01:12:44 +0200
committerslubman2015-10-04 01:13:53 +0200
commitea4ba423ae487382ce019ada23f8425eb0f3bc63 (patch)
treee192b8dfc73ee7e3a349a33339df8fdd4ca03558
parent5b73fd41a52796d9137998e2f2d643377ca915cb (diff)
downloadaur-ea4ba423ae487382ce019ada23f8425eb0f3bc63.tar.gz
Correct service file
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--dashd@.service4
3 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf8a22d1c8dc..e5c6292d12f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = dash
pkgver = 0.12.0.55
- pkgrel = 1
+ pkgrel = 2
url = http://www.dashpay.io/
arch = i686
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 9d83e28506d3..f3cae9a66b5a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=('dash-daemon' 'dash-cli' 'dash-qt')
pkgbase=dash
pkgver=0.12.0.55
-pkgrel=1
+pkgrel=2
arch=('i686' 'x86_64')
url="http://www.dashpay.io/"
makedepends=('boost' 'automoc4' 'qrencode' 'miniupnpc' 'protobuf')
diff --git a/dashd@.service b/dashd@.service
index 39c77f6820b0..0e49c69add79 100644
--- a/dashd@.service
+++ b/dashd@.service
@@ -1,12 +1,12 @@
[Unit]
-Description=LiteCoin Daemon
+Description=Dash Daemon
After=network.target
[Service]
User=%i
Group=users
Type=simple
-ExecStart=/usr/bin/litecoind
+ExecStart=/usr/bin/dashd
[Install]
WantedBy=multi-user.target