Ensure that gnusocial daemon runs after install

This commit is contained in:
Bob Mottram 2016-10-14 21:53:05 +01:00
parent 8977e5bc69
commit 0ec34f9390
1 changed files with 4 additions and 0 deletions

View File

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