8000 GitHub - Nughm3/svtools: Runit service management wrappers
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Nughm3/svtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

svtools

Basic wrappers for managing services for runit, just like systemctl enable/disable <service> or rc-update add <service> <runlevel>. Implemented in Rust.

Primarily designed for Void Linux.

  • sv-add: symlink a service to runsvdir
  • sv-del: remove a service symlink in runsvdir
  • sv-list: display a listing of all services. Wraps sv status <service>, so you may need to have the appropriate permissions.

Build/Install

git clone https://github.com/Nughm3/svtools
cd svtools
cargo install --path .

Cargo will install svtools as separate binaries.

Licensing

svtools is licensed under the MIT License.

About

Runit service management wrappers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0