summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorWabuo2016-03-06 11:17:27 +0100
committerWabuo2016-03-06 11:17:27 +0100
commitee4e63633ea44cb5ec8007f6639b688a2f5089d0 (patch)
tree777be96b33901d7abe2152e25a935e600d1570aa
parentc8439224e1c62e4ba69dcf6559683855d339530d (diff)
downloadaur-ee4e63633ea44cb5ec8007f6639b688a2f5089d0.tar.gz
changed sytemd .service and .timer files loction
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d68ee82a0fba..367a3c0cd198 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Sat Mar 5 16:45:44 UTC 2016
+# Sun Mar 6 10:16:05 UTC 2016
pkgbase = hiawatha-monitor
pkgdesc = The Hiawatha Monitor is a monitoring tool for the Hiawatha webserver. It can be used to keep track of the performance and security of all your Hiawatha webservers via one single interface.
pkgver = 1.4
- pkgrel = 3
+ pkgrel = 4
url = https://www.hiawatha-webserver.org/monitor
install = hiawatha-monitor.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index dce38ad505d1..884ebbb43f10 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=hiawatha-monitor
pkgver=1.4
-pkgrel=3
+pkgrel=4
pkgdesc="The Hiawatha Monitor is a monitoring tool for the Hiawatha webserver. It can be used to keep track of the performance and security of all your Hiawatha webservers via one single interface."
arch=('any')
url="https://www.hiawatha-webserver.org/monitor"
@@ -59,7 +59,7 @@ package() {
install -D -m644 "${srcdir}/hiawatha_monitor.conf" "${pkgdir}/etc/webapps/${pkgname}/hiawatha_monitor.conf"
cp -a ./monitor/* "${pkgdir}/usr/share/webapps/${pkgname}"
- cp ./*{.service,.timer} "${pkgdir}/etc/systemd/system/"
+ cp ./*{.service,.timer} "${pkgdir}/usr/lib/systemd/system/"
ln -s "/usr/share/webapps/${pkgname}/settings" "${pkgdir}/etc/webapps/${pkgname}/settings"
}