소스 검색

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