ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/salaryman/trunk/README.md
Revision: 17
Committed: Fri Aug 1 08:48:17 2025 UTC (2 months, 1 week ago) by yuzu
Content type: text/markdown
File size: 780 byte(s)
Log Message:
unix socket get

File Contents

# Content
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.