summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorArtem Vorotnikov2016-12-11 16:57:05 +0300
committerArtem Vorotnikov2016-12-11 16:57:05 +0300
commitd1446d1ecdb600ca426a43d60ac34843f2cffd96 (patch)
treed923899f2cc3c69757deb0ae88b9655729fc5607
parent3dc01eb2b396d9b38a4be86299ab4f02b96299d8 (diff)
downloadaur-d1446d1ecdb600ca426a43d60ac34843f2cffd96.tar.gz
Use WorkingDirectory instead of --dir
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--volunode.service3
3 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index ec690334582f..86b222f6e523 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Mon Dec 5 00:55:43 UTC 2016
+# Sun Dec 11 13:56:31 UTC 2016
pkgbase = volunode-git
pkgdesc = Next generation client for Berkeley Open Infrastructure for Network Computing.
- pkgver = r29411.a03dc3c
+ pkgver = r29415.bea54ec
pkgrel = 1
url = https://github.com/boinc-next/volunode
install = volunode.install
@@ -29,7 +29,7 @@ pkgbase = volunode-git
source = volunode.sysusers
sha256sums = SKIP
sha256sums = e41addacd2a1f508f7ac6803e53228fb580fb6b1fdf258322c4d0221d9ca90d1
- sha256sums = 18efc2641301f6bf8f7b8d685675769aa7a942fc134a96e416692328eeec8adb
+ sha256sums = 1b1233ae27c0611e67da9adcaf7e4f23a4edde10d9ff2da351aebb85df9886ee
sha256sums = c7a03d70cce6206d071d99c13315977db4c4deac2cab52a236f0825325720907
pkgname = volunode-git
diff --git a/PKGBUILD b/PKGBUILD
index 94ba7589e96d..a2d42af7e7ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _reponame=volunode
_pkgbase=volunode
pkgname=${_pkgbase}-git
pkgdesc="Next generation client for Berkeley Open Infrastructure for Network Computing."
-pkgver=r29411.a03dc3c
+pkgver=r29415.bea54ec
pkgrel=1
arch=('i686' 'x86_64')
url="https://github.com/$_username/${_reponame/}"
@@ -25,7 +25,7 @@ source=("git+https://github.com/${_username}/${_reponame}${_ref}"
sha256sums=(
'SKIP'
'e41addacd2a1f508f7ac6803e53228fb580fb6b1fdf258322c4d0221d9ca90d1'
- '18efc2641301f6bf8f7b8d685675769aa7a942fc134a96e416692328eeec8adb'
+ '1b1233ae27c0611e67da9adcaf7e4f23a4edde10d9ff2da351aebb85df9886ee'
'c7a03d70cce6206d071d99c13315977db4c4deac2cab52a236f0825325720907'
)
diff --git a/volunode.service b/volunode.service
index 1d5146c2c9af..2f7c9a455ae9 100644
--- a/volunode.service
+++ b/volunode.service
@@ -4,7 +4,8 @@ Description=Volunode daemon
[Service]
User=volunode
Nice=19
-ExecStart=/usr/bin/volunode --dir /var/lib/volunode --gui_rpc_port 31417 --allow_remote_gui_rpc
+ExecStart=/usr/bin/volunode --gui_rpc_port 31417 --allow_remote_gui_rpc
+WorkingDirectory=/var/lib/volunode
[Install]
WantedBy=multi-user.target