From 84336a46b1b95aab9733a9ff0ac3c03303a326c5 Mon Sep 17 00:00:00 2001 From: Joar Wandborg Date: Mon, 28 May 2012 01:08:38 +0200 Subject: [PATCH] Added links to community-provied init scripts --- .../siteadmin/production-deployments.rst | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) diff --git a/docs/source/siteadmin/production-deployments.rst b/docs/source/siteadmin/production-deployments.rst index 1e6631db..356fab7f 100644 --- a/docs/source/siteadmin/production-deployments.rst +++ b/docs/source/siteadmin/production-deployments.rst @@ -85,8 +85,22 @@ Use an Init Script Look in your system's ``/etc/init.d/`` or ``/etc/rc.d/`` directory for examples of how to build scripts that will start, stop, and restart MediaGoblin and Celery. These scripts will vary by -distribution/operating system. In the future, MediaGoblin will provide -example scripts as examples. +distribution/operating system. + +These are scripts provided by the MediaGoblin community: + +Debian + * `GNU MediaGoblin init scripts + `_ + by `Joar Wandborg `_ + +Arch Linux + * `MediaGoblin - ArchLinux rc.d scripts + `_ + by `Jeremy Pope `_ + * `Mediagoblin init script on Archlinux + `_ + by `Chimo `_ .. TODO insert init script here .. TODO are additional concerns ?