summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorggilestro2020-05-01 09:20:06 +0100
committerggilestro2020-05-01 09:20:06 +0100
commit5e771908f7be1df6270ab4f71fcdaace1762c886 (patch)
tree5dab2cab194ef7afefe5688d2d4de4300f327095
parentfcd11b9fcde4ec04ea036116f84045947d75e368 (diff)
downloadaur-5e771908f7be1df6270ab4f71fcdaace1762c886.tar.gz
Enabling avahi-daemon by default
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--ethoscope-device.install2
3 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 0742235f6365..c57ab8d784e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = ethoscope-device
pkgdesc = A platform from monitoring animal behaviour in real time from a raspberry pi - Device version
pkgver = r1702.g1c43fc3
- pkgrel = 1
+ pkgrel = 2
url = http://lab.gilest.ro/ethoscope
install = ethoscope-device.install
arch = any
diff --git a/PKGBUILD b/PKGBUILD
index 8bf016b0fc6f..97a132d0f753 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=ethoscope-device
pkgver=r1702.g1c43fc3
-pkgrel=1
+pkgrel=2
pkgdesc="A platform from monitoring animal behaviour in real time from a raspberry pi - Device version"
arch=('any')
url="http://lab.gilest.ro/ethoscope"
diff --git a/ethoscope-device.install b/ethoscope-device.install
index b83b25fdc64a..ea07318f091a 100644
--- a/ethoscope-device.install
+++ b/ethoscope-device.install
@@ -64,7 +64,7 @@ post_install() {
echo "enabling DEVICE specific systemd service files"
systemctl enable ethoscope_device.service ethoscope_update.service
- systemctl enable ntpd.service mysqld.service fake-hwclock fake-hwclock-save.timer sshd.service mysqld.service
+ systemctl enable ntpd.service mysqld.service fake-hwclock fake-hwclock-save.timer sshd.service mysqld.service avahi-daemon.service
echo "Set up mysql database"
mysql_install_db --user=mysql --basedir=/usr --datadir=/var/lib/mysql