1 |
So easy its like having a salaryman manage your services for you. |
2 |
|
3 |
### Installation |
4 |
|
5 |
`cargo install salaryman --features "smd"` will install the daemon component. |
6 |
`cargo install salaryman --features "sm-cli"` will install the cli component. |
7 |
|
8 |
These are build in **synchronous** rust with multithreading from inside of a `std::thread::scope()` |
9 |
|
10 |
To build against the protocol used on the UNIX socket, use `cargo add salaryman --features "protocol"`. |
11 |
|
12 |
### A note on repos |
13 |
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. |
14 |
I will still accept issues and patchsets/PRs on either of the git platforms. |