Automatic startup methods: Difference between revisions
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
== systemd == | == systemd == | ||
* [https://github.com/jhass/diaspora/blob/old_systemd/diaspora.service Old systemd unit starting script/server] | * [https://github.com/jhass/diaspora/blob/old_systemd/diaspora.service Old systemd unit starting script/server] | ||
* [https://github.com/jhass/diaspora/tree/systemd/systemd | * [https://github.com/jhass/diaspora/tree/systemd/systemd modular systemd units] (running puma instead of unicorn) | ||
== daemontools == | == daemontools == |
Revision as of 16:15, 31 October 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
diaspora-init on Github by netomfork of dead repo- Init Script on OLD github page for diaspora
- Stack Overflow Ubuntu init script
systemd
- Old systemd unit starting script/server
- modular systemd units (running puma instead of unicorn)