OSDN Git Service

conf/void-66-logging.md: add more information.
[avyssos/void-66-services.git] / README.md
1 # void-66-services
2 66 service frontends for voidlinux
3
4 The project contains services in the [66 frontend service file format](https://web.obarun.org/software/66/latest/frontend.html) for use with the Void Linux distribution. The services should work for other linux distributions with minor modifications. There is also some documentation and other information available in the repo. 
5
6 The project is licensed under the BSD-2-Clause license, please see the LICENSE file for information. It also contains services copied or derived from other sources - licensing information for these is in the LICENSE-3RD-PARTY file.
7
8
9 Service frontends can be placed in:
10
11 - */usr/share/66/service/*
12
13 This is the default location for packaged services.
14
15 - */etc/66/service/*
16
17 This is the default location for administrator services, that override the
18 default/packaged services with the same name if present.
19
20 **conf/**  contains configuration files and scripts for the services.
21
22 The services contained in this repository are very much a **work in progress**.
23
24 ## Installation
25
26 The [boot-66serv PR](https://github.com/void-linux/void-packages/pull/25743)
27 in the void-packages repo contains a template for the lastest released void-66-packages
28 version. Creating a package from that template and installing it is the
29 preferred method to get the frontend service files.
30
31 Additionally, there is a template that creates packages from the master
32 branch of this repo under *packaging/* for anyone who wishes to track development or participate
33 in it.
34
35 When using these packages, frontend service files will be placed in under */usr/share/66/service/*.
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.