blob: 3b36d58231af1264e26e4f5886ac83264b8c7d6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# mp3dirlist
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.
|