OSDN Git Service

Merge pull request #13 from mobinmob/v0.0.4.x
[avyssos/void-66-services.git] / README.md
1 # void-66-services
2 66 service frontends for voidlinux
3
4 Most frontends are heavily based on the corresponding services run scripts in 
5 the [void-packages](https://github.com/void-linux/void-packages) repository 
6 (BSD-2-Clause license). Some of them are based on the 
7 [original Obarun services](https://framagit.org/pkg/observice) which are under 
8 the ISC license.
9
10 Service frontends can be placed in:
11
12 - */usr/share/66/service/*
13
14 This is the default location for packaged services.
15
16 - */etc/66/service/* 
17
18 This is the default location for administrator services, that override the
19 default/packaged services with the same name if present.
20
21 **conf/**  contains configuration files and scripts for the services.
22
23 The services contained in this repository are very much a **work in progress**.
24
25 ## Installation
26
27 Install the services in your system with :
28
29
30         # make
31 or:
32
33         # make install
34
35 They will be placed in under */usr/share/66/service/* with the correct *@version*.
36 To use them see the 66 documentation contained in the *66-doc* package, especially 
37 the man pages for *66-enable* and *66-disable* commands.
38
39