aboutsummarylogtreecommitdiffstats
path: root/README.md
blob: e751f96950fe32e06e10eec4b78bdf3eb5333e96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
runit-service
=============

A custom tool to manage runit services.<br>
The main goal is to provide a `systemctl` like command to easily manage complex commands.

Additions
---------

- runit-journal: A service that listens to kernel logs.

Usage
-----

- Install:
```shell
makepkg -si
```

- Update sha256sum:
```shell
makepkg -g >> PKGBUILD
```