From b059f7eb3e7a3d07095ce5470df999ba5cc4922a Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Thu, 21 Feb 2013 07:27:21 +0000 Subject: [PATCH] document starting of pandora-cron --- README | 1 + vm/firstboot.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/README b/README index 10300013..c3ca50d3 100644 --- a/README +++ b/README @@ -109,6 +109,7 @@ Important: "use_your_own" is a password and you have to use the same value here service pandora start service pandora-encoding start service pandora-task start + service pandora-cron start 5) Setup Webserver a) nginx (recommended) diff --git a/vm/firstboot.sh b/vm/firstboot.sh index ba122c77..8499c800 100755 --- a/vm/firstboot.sh +++ b/vm/firstboot.sh @@ -56,6 +56,7 @@ $MANAGE collectstatic -l --noinput cp /srv/pandora/etc/init/* /etc/init/ +service pandora-cron start service pandora-encoding start service pandora-tasks start service pandora start