about summary refs log tree commit diff stats
path: root/README.md
blob: edd83e10c175999984913454697fe44dfdfff2cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
So easy its like having a salaryman manage your services for you.

### Installation

`cargo install salaryman --features "smd"` will install the daemon component.
`cargo install salaryman --features "sm-cli"` will install the cli component.

These are build in **synchronous** rust with multithreading from inside of a `std::thread::scope()`

To build against the protocol used on the UNIX socket, use `cargo add salaryman --features "protocol"`.

### A note on repos
Canonical repo is [svn](https://svn.lesbianunix.dev/viewvc/salaryman/trunk/), the git repos available at [sourcehut](https://git.sr.ht/~spicywolf/salaryman) and [github](https;//github.com/karaiwulf/salaryman) are merely conveniences.
I will still accept issues and patchsets/PRs on either of the git platforms.