summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorggilestro2020-05-01 09:19:38 +0100
committerggilestro2020-05-01 09:19:38 +0100
commit1deb1b1f1166f2753bad446b6d149860a430314f (patch)
treefac7ad0d70ef942fa723a6148d9987f6ca700b60
parent9a7e49e025cf4aaeedd07e59e66a77b2857c1a6c (diff)
downloadaur-1deb1b1f1166f2753bad446b6d149860a430314f.tar.gz
Enabling avahi-daemon by default
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--ethoscope-node.install2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d619795ba0d1..5cdee1f06fe8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ethoscope-node
pkgdesc = A platform for monitoring animal behaviour in real time from a raspberry pi
pkgver = r1704.g6d72a77
- pkgrel = 4
+ pkgrel = 5
url = http://lab.gilest.ro/ethoscope
install = ethoscope-node.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 9bd8a7a90c7b..97f047de09e9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ethoscope-node
pkgver=r1704.g6d72a77
-pkgrel=4
+pkgrel=5
pkgdesc="A platform for monitoring animal behaviour in real time from a raspberry pi"
arch=('any')
url="http://lab.gilest.ro/ethoscope"
diff --git a/ethoscope-node.install b/ethoscope-node.install
index 76edcbf5cf52..32ceb3e08b73 100644
--- a/ethoscope-node.install
+++ b/ethoscope-node.install
@@ -19,7 +19,7 @@ post_install() {
echo "enabling NODE specific systemd service files"
systemctl enable ethoscope_node.service ethoscope_update_node.service ethoscope_backup.service ethoscope_video_backup.service
echo "enabling the GIT server on the node and NTP service"
- systemctl enable git-daemon.socket ntpd.service
+ systemctl enable git-daemon.socket ntpd.service avahi-daemon.service
#changing hostname on node
hostnamectl set-hostname node