瀏覽代碼

Ensure that gnusocial daemon runs after install

Bob Mottram 8 年之前
父節點
當前提交
0ec34f9390
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4
    0
      src/freedombone-app-gnusocial

+ 4
- 0
src/freedombone-app-gnusocial 查看文件

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