From 529c7e108a2f8c18ee99f035be883e9d61bdd0a9 Mon Sep 17 00:00:00 2001 From: orblivion Date: Sat, 24 May 2014 23:22:08 -0700 Subject: [PATCH] Add chmod u+x to the init scripts Otherwise you get: `insserv: script mediagoblin-paster is not an executable regular file, skipped!` --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 33a30f7..e79ae59 100644 --- a/README.rst +++ b/README.rst @@ -59,8 +59,9 @@ The hard but safe way environment. 4. Save the script to ``/etc/init.d/mediagoblin-paster`` (without the ``.sh`` file extension) -5. Run ``sudo insserv mediagoblin-paster``. -6. *Repeat all steps again, but with mediagoblin-celeryd.* +5. Make the script executable for user (``sudo chmod u+x /etc/init.d/mediagoblin-paster``) +6. Run ``sudo insserv mediagoblin-paster``. +7. *Repeat all steps again, but with mediagoblin-celeryd.* Now, to start the services, simply run ``sudo service mediagoblin-paster start`` and