Alternative startup methods: Difference between revisions

From diaspora* project wiki
(added additional init script options - Please continue to supply additional options!)
No edit summary
Line 1: Line 1:
This page is for listing alternative methods for starting up the Diaspora service automatical or in some manner other than calling the ./script/start
This page is for listing alternative methods for starting up the Diaspora service automatical or in some manner other than calling the ./script/start


==Starting Diaspora via Init Script==
== Init Scripts & Upstart ==
* [https://github.com/netom/diaspora-init diaspora-init on Github by netom]
* <del>[https://github.com/netom/diaspora-init diaspora-init on Github by netom]</del> [https://github.com/ur5/diaspora-init fork of dead repo]
* [https://github.com/diaspora/diaspora/wiki/Init-script-for-diaspora Init Script on OLD github page for diaspora]
* [https://github.com/jhass/old_diaspora_wiki/blob/master/Init-script-for-diaspora.md Init Script on OLD github page for diaspora]
* [http://stackoverflow.com/questions/9122488/how-to-allow-diaspora-to-start-when-server-boot-up Stack Overflow Ubuntu init script]
* [http://stackoverflow.com/questions/9122488/how-to-allow-diaspora-to-start-when-server-boot-up Stack Overflow Ubuntu init script]
== systemd ==
* [https://github.com/jhass/diaspora/blob/old_systemd/diaspora.service Old systemd unit starting script/server]
* [https://github.com/jhass/diaspora/tree/systemd/systemd Work in progress systemd units]
== Deamontools ==
* [https://github.com/jhass/diaspora/tree/daemontools/daemontools Unmaintained scripts to start foreman directly]
=== God ==
* [https://github.com/despora/diaspora/blob/despora/script/diaspora.god Despora god config]
* [https://github.com/diasporg/diaspora/blob/master/script/diaspora.god diasp.org god config]

Revision as of 23:00, 30 August 2014

This page is for listing alternative methods for starting up the Diaspora service automatical or in some manner other than calling the ./script/start

Init Scripts & Upstart

systemd

Deamontools

= God