summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaez0pub2017-08-03 23:15:33 +0200
committersaez0pub2017-08-03 23:15:33 +0200
commitf1ca3090ab785c8d47149687d19f96a07537b9f8 (patch)
treefbe3f18bf6cf159f3c07e63226df0ec7ec820d18
parent8850ac80feabbe20b40272af65358aca336be445 (diff)
downloadaur-f1ca3090ab785c8d47149687d19f96a07537b9f8.tar.gz
removed the daemon option, type is Simple
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--domoticz.service2
3 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c67e573138d4..119982fce9cd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = domoticz-latest
pkgdesc = Web based home automation
pkgver = 3.8153
- pkgrel = 1
+ pkgrel = 2
url = http://www.domoticz.com
install = domoticz.install
arch = x86_64
@@ -25,7 +25,7 @@ pkgbase = domoticz-latest
source = domoticz.service
sha256sums = SKIP
sha256sums = SKIP
- sha256sums = bf9e8cd4e1215ac3847bee60e7078777dbcd14787b33ecc443de451a1b0a1728
+ sha256sums = 10f8c51d5ee4c2e42510e877ae891cb1290d14e601d0cb6c59fdf1dbb0538249
pkgname = domoticz-latest
diff --git a/PKGBUILD b/PKGBUILD
index 8f7a7a35fcb8..0f0e9c96af92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=domoticz-latest
pkgver=3.8153
-pkgrel=1
+pkgrel=2
pkgdesc="Web based home automation"
arch=('x86_64' 'arm' 'armv6h' 'armv7h')
url="http://www.domoticz.com"
@@ -26,7 +26,7 @@ source=("https://releases.domoticz.com/releases/release/domoticz_linux_${_target
"https://releases.domoticz.com/releases/release/history_linux_${_target_arch}.txt"
'domoticz.service')
sha256sums=('SKIP' 'SKIP'
- 'bf9e8cd4e1215ac3847bee60e7078777dbcd14787b33ecc443de451a1b0a1728')
+ '10f8c51d5ee4c2e42510e877ae891cb1290d14e601d0cb6c59fdf1dbb0538249')
pkgver() {
echo "$(grep ^Version history_linux_${_target_arch}.txt | head -1 | cut -d' ' -f2)"
diff --git a/domoticz.service b/domoticz.service
index 60e3b4593cf2..6dfed6ac8bd4 100644
--- a/domoticz.service
+++ b/domoticz.service
@@ -5,7 +5,7 @@ After=network.target
[Service]
Environment=LD_PRELOAD=/usr/lib/libcurl.so.3
User=http
-ExecStart=/opt/domoticz/domoticz -www 8080 -daemon
+ExecStart=/opt/domoticz/domoticz -www 8080
WorkingDirectory=/opt/domoticz
RestartSec=5
Restart=on-failure