From 5d24e110a78f0ec75d604c05c055847dff248ff3 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 29 Aug 2021 23:26:47 +0200 Subject: [PATCH] Fix --- conf/armv6.src | 7 +++++++ doc/DESCRIPTION.md | 10 ++++++++++ scripts/install | 2 +- scripts/restore | 2 +- scripts/upgrade | 2 +- 5 files changed, 20 insertions(+), 3 deletions(-) create mode 100644 conf/armv6.src create mode 100644 doc/DESCRIPTION.md diff --git a/conf/armv6.src b/conf/armv6.src new file mode 100644 index 0000000..931d3dc --- /dev/null +++ b/conf/armv6.src @@ -0,0 +1,7 @@ +SOURCE_URL=https://github.com/muesli/beehive/releases/download/v0.4.0/beehive_0.4.0_Linux_armv6.tar.gz +SOURCE_SUM=c1fa8f5a1935ee12f09a2bd9579281d64552897c597534361aba90ed992676fb +SOURCE_SUM_PRG=sha256sum +SOURCE_FORMAT=tar.gz +SOURCE_IN_SUBDIR=false +SOURCE_FILENAME= +SOURCE_EXTRACT=true diff --git a/doc/DESCRIPTION.md b/doc/DESCRIPTION.md new file mode 100644 index 0000000..988d662 --- /dev/null +++ b/doc/DESCRIPTION.md @@ -0,0 +1,10 @@ +Beehive is an event and agent system, which allows you to create your own agents that perform automated tasks triggered by events and filters. It is modular, flexible and really easy to extend for anyone. It has modules (we call them Hives), so it can interface with, talk to, or retrieve information from Twitter, Tumblr, Email, IRC, Jabber, RSS, Jenkins, Hue - to name just a few. + +### Features: + +- Re-post tweets on your Tumblr blog +- Forward incoming chat messages to your email account +- Turn on the heating system if the temperature drops below a certain value +- Run your own IRC bot that lets you trigger builds on a Jenkins CI +- Control your Hue lighting system +- Notify you when a stock's price drops below a certain value diff --git a/scripts/install b/scripts/install index 3e22938..f0c3b3c 100755 --- a/scripts/install +++ b/scripts/install @@ -117,7 +117,7 @@ yunohost service add $app --description="$app service" --log="/var/log/$app/$app #================================================= ynh_script_progression --message="Starting a systemd service..." --weight=1 -ynh_systemd_action --service_name=$app --action="start" --log_path=systemd --line_match="HTTP Server listening" +ynh_systemd_action --service_name=$app --action="start" --log_path=systemd --line_match="Systemd watchdog notifications every" #================================================= # SETUP SSOWAT diff --git a/scripts/restore b/scripts/restore index cc31be6..9eb4d26 100755 --- a/scripts/restore +++ b/scripts/restore @@ -87,7 +87,7 @@ yunohost service add $app --description="$app service" --log="/var/log/$app/$app #================================================= ynh_script_progression --message="Starting a systemd service..." --weight=1 -ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" +ynh_systemd_action --service_name=$app --action="start" --log_path=systemd --line_match="Systemd watchdog notifications every" #================================================= # RESTORE THE LOGROTATE CONFIGURATION diff --git a/scripts/upgrade b/scripts/upgrade index 0b45bed..076acea 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -111,7 +111,7 @@ yunohost service add $app --description="$app service" --log="/var/log/$app/$app #================================================= ynh_script_progression --message="Starting a systemd service..." --weight=1 -ynh_systemd_action --service_name=$app --action="start" --log_path="/var/log/$app/$app.log" +ynh_systemd_action --service_name=$app --action="start" --log_path=systemd --line_match="Systemd watchdog notifications every" #================================================= # SETUP SSOWAT