summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBailey Kasin2020-04-20 22:26:36 -0700
committerBailey Kasin2020-04-20 22:26:36 -0700
commit8beba0b8df276b38c6c6b77af3d18d01b3adceff (patch)
tree1714bb3b5643af7eae41c42573252b35f36c0e4b
parent1f5e198100e9d436bb65111b875e72249054307a (diff)
downloadaur-gogios.tar.gz
Fix service file
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD4
-rw-r--r--gogios.install1
3 files changed, 4 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4c44959de93..16d4dbc8bf87 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = gogios
pkgdesc = Checks to see if required services are still running on important machines.
- pkgver = 3.0.0.r1.g041f5a1
- pkgrel = 1
+ pkgver = 3.0.0.r0.g041f5a1
+ pkgrel = 2
url = https://github.com/bkasin/gogios
install = gogios.install
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 788bc070ea4e..c2c1ddc1e106 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Bailey Kasin <bailey@gingertechnology.net> (https://angrysysadmins.tech)
pkgname=gogios
-pkgver=3.0.0.r1.g041f5a1
-pkgrel=1
+pkgver=3.0.0.r0.g041f5a1
+pkgrel=2
pkgdesc="Checks to see if required services are still running on important machines."
arch=('x86_64')
url="https://github.com/bkasin/gogios"
diff --git a/gogios.install b/gogios.install
index bbc739dd2bfa..1848bb7f8e09 100644
--- a/gogios.install
+++ b/gogios.install
@@ -21,7 +21,6 @@ post_install() {
chown -R -L gogios:gogios $DATABASE_DIR
chmod 755 $DATABASE_DIR
- cp -f $SCRIPT_DIR/gogios.service /usr/lib/systemd/system/gogios.service
systemctl enable gogios || true
systemctl daemon-reload || true