git.lirion.de

Of git, get, and gud

aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
blob: 8edffe85d3caff10cf5059dcf470516e104c29a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# infinoted SysVinit script

This is simply a SysVinit compliant start script for [infinoted](https://gobby.github.io), a server providing real time collaborative editing using [libinfinity](http://infinote.org/).

It's an hour's dirty work for now, so don't expect too much. It works, and that's what it's supposed to do. Keep an eye out for the remarks in default/infinoted, and for further
debugging look into the init script itself.

Requirements
------------

* infinoted -- look out for system packages. If your distro delivers an init script, don't mind this git repo and leave.
* git (:

Installation
------------

Just type "make help".

The alternative: Copy init.d/infinoted to your SysVinit core script directory, default/infinoted to wherever your distro stores default variable scripts.
Don't forget to change the SYSVDEFAULTS variable in the init script (yep, because without SYSVDEFAULTS the script won't know whence to load the variables (: )