summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorM0Rf302017-01-12 16:02:15 +0100
committerM0Rf302017-01-12 16:02:15 +0100
commit16b7cb62de7f7a05e592ea54561a40616c5c7b4a (patch)
tree6802c3dae5ed8ef0bd55eac2364d41b2f3ee4839
parente681d0b4733c5bd9dc2ce7f8bc1944c9df49f619 (diff)
downloadaur-16b7cb62de7f7a05e592ea54561a40616c5c7b4a.tar.gz
removed hardcoded logfile parameter in .service
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--i2pd.service2
3 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f153316b971a..c99bde80de7a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Wed Dec 28 20:58:46 UTC 2016
+# Thu Jan 12 15:01:53 UTC 2017
pkgbase = i2pd
pkgdesc = Simplified C++ implementation of I2P client
pkgver = 2.11.0
- pkgrel = 4
+ pkgrel = 5
url = https://github.com/PurpleI2P/i2pd
install = i2pd.install
arch = i686
@@ -22,7 +22,7 @@ pkgbase = i2pd
source = i2pd.service
source = i2pd.tmpfiles.conf
md5sums = 813b257119c2f856c515ba81858f42a0
- md5sums = 382cce43a405c67de55b71e9e2e3a0eb
+ md5sums = 6e9869d619464902e635e520d21a8a56
md5sums = 384658d2792ef6433d2de70ebc9d40d4
pkgname = i2pd
diff --git a/PKGBUILD b/PKGBUILD
index 8caa6f1f7d82..008e99be8b00 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=i2pd
pkgver=2.11.0
-pkgrel=4
+pkgrel=5
pkgdesc="Simplified C++ implementation of I2P client"
arch=('i686' 'x86_64')
url="https://github.com/PurpleI2P/i2pd"
@@ -78,5 +78,5 @@ package(){
}
md5sums=('813b257119c2f856c515ba81858f42a0'
- '382cce43a405c67de55b71e9e2e3a0eb'
+ '6e9869d619464902e635e520d21a8a56'
'384658d2792ef6433d2de70ebc9d40d4')
diff --git a/i2pd.service b/i2pd.service
index 0a51b4ef20a8..604aa1ca4666 100644
--- a/i2pd.service
+++ b/i2pd.service
@@ -10,7 +10,7 @@ User=i2pd
Group=i2pd
LimitNOFILE=4096
PermissionsStartOnly=yes
-ExecStart=/usr/bin/i2pd --daemon --service --pidfile=/run/i2pd/i2pd.pid --log=file --logfile=/var/log/i2pd/i2pd.log --conf=/etc/i2pd/i2pd.conf --tunconf=/etc/i2pd/tunnels.conf
+ExecStart=/usr/bin/i2pd --daemon --service --pidfile=/run/i2pd/i2pd.pid --conf=/etc/i2pd/i2pd.conf --tunconf=/etc/i2pd/tunnels.conf
[Install]
WantedBy=multi-user.target