Browse Source

Ensure that gnusocial daemon runs after install

Bob Mottram 8 years ago
parent
commit
0ec34f9390
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      src/freedombone-app-gnusocial

+ 4
- 0
src/freedombone-app-gnusocial View File

@@ -1026,6 +1026,10 @@ function install_gnusocial {
1026 1026
     install_gnusocial_plugin_sharings
1027 1027
     install_gnusocial_plugin_sharings_theme
1028 1028
     install_gnusocial_plugin_nsfw
1029
+
1030
+    # unleash the daemons!
1031
+    /etc/cron.hourly/gnusocial-daemons
1032
+
1029 1033
     APP_INSTALLED=1
1030 1034
 }
1031 1035