Pārlūkot izejas kodu

Ensure that gnusocial daemon runs after install

Bob Mottram 9 gadus atpakaļ
vecāks
revīzija
0ec34f9390
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4
    0
      src/freedombone-app-gnusocial

+ 4
- 0
src/freedombone-app-gnusocial Parādīt failu

@@ -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