From 0ec34f93905a08625ca7bfb5998e3afafcfa2841 Mon Sep 17 00:00:00 2001
From: Bob Mottram <bob@robotics.uk.to>
Date: Fri, 14 Oct 2016 21:53:05 +0100
Subject: [PATCH] Ensure that gnusocial daemon runs after install

---
 src/freedombone-app-gnusocial | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/freedombone-app-gnusocial b/src/freedombone-app-gnusocial
index 96e8c9215..5e370bf10 100755
--- a/src/freedombone-app-gnusocial
+++ b/src/freedombone-app-gnusocial
@@ -1026,6 +1026,10 @@ function install_gnusocial {
     install_gnusocial_plugin_sharings
     install_gnusocial_plugin_sharings_theme
     install_gnusocial_plugin_nsfw
+
+    # unleash the daemons!
+    /etc/cron.hourly/gnusocial-daemons
+
     APP_INSTALLED=1
 }
 
-- 
GitLab