OSDN Git Service

remove Makefile and add packaging information in README.md.
[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
11 Service frontends can be placed in:
12
13 - */usr/share/66/service/*
14
15 This is the default location for packaged services.
16
17 - */etc/66/service/*
18
19 This is the default location for administrator services, that override the
20 default/packaged services with the same name if present.
21
22 **conf/**  contains configuration files and scripts for the services.
23
24 The services contained in this repository are very much a **work in progress**.
25
26 ## Installation
27
28 The [boot-66serv PR](https://github.com/void-linux/void-packages/pull/25743)
29 in the void-packages repo contains a template for the lastest void-66-packages
30 version. Creating a package from that template and installing it is the
31 preffered method to get the frontend service files.
32
33 Additionally, there are templates that create packages from the master or devel
34 branches of this repo under *packaging/* for anyone who wishes to track development or participate
35 in it.
36
37 When using these packages, frontend service files will be placed in under */usr/share/66/service/*.
38 To use them see the 66 documentation contained in the *66-doc* package, especially
39 the man pages for *66-enable* and *66-disable* commands.