Skip to content

fossetcon/mediagoblin-init-scripts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GNU MediaGoblin init scripts

Run your MediaGoblin server and task queue as services that start automatically on reboot.

These scripts should free you of some burdens, and if you don't feel you have any, you might not need them :)

Compatibility

These MediaGoblin init scripts are compatible with Debian's dependency-based boot sequence. They use functions sourced from /lib/lsb/init-functions and are installed with insserv.

For Arch alternatives, see MediaGoblin - ArchLinux rc.d scripts by jpope and Mediagoblin init script on Archlinux by Chimo.

Installation

  1. Download the mediagoblin-paster.sh script.
  2. Open the mediagoblin-paster.sh script in your favourite text editor.
  3. Replace MG_ROOT=... and MG_USER=... with values that fit your 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.

Now, to start the services, simply run sudo service mediagoblin-paster start and sudo service mediagoblin-celeryd start.

License

See LICENSE

About

GNU MediaGoblin init scripts for Debian >= 6.0

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%