2 Commits

Author SHA1 Message Date
938d7a8c47 Hoping that RSV logo, looks just ok, lol 2020-08-15 21:14:36 +03:00
bdff302a2b Added README.md details 2020-08-15 12:14:50 +03:00
2 changed files with 8 additions and 5 deletions

View File

@@ -1,4 +1,7 @@
# Runit-Service-Manager
This is the CLI Runit Service Manager {rsv}, forked from Void Service Manager {vsv} https://github.com/bahamas10/vsv/blob/master/vsv
- This is the CLI Runit Service Manager {rsv}, forked from Void Service Manager {vsv} https://github.com/bahamas10/vsv/blob/master/vsv
- Terminal Commands are exactly the same as sv, but produces a beautified layout.
![](https://imgur.com/GsKS5DL.png)

8
rsv
View File

@@ -115,10 +115,10 @@ usage() {
logo=$(getlogo)
cat <<EOF
$colormagenta ____ ___ __ __
$colormagenta || \\ / __\ \ \/ / $colorgreen Runit Service Manager ($RSV_VERSION)
$colormagenta ||_// \__ \ \ / $colorgreen Source: https://github.com/bahamas10/vsv
$colormagenta || \\ \___/ \/ $colorgreen MIT License
$colormagenta ______ ___ __ __
$colormagenta | | \ \ / __\ \ \/ / $colorgreen Runit Service Manager ($RSV_VERSION)
$colormagenta | |_/ / \__ \ \ / $colorgreen Source: https://github.com/bahamas10/vsv
$colormagenta | | \ \ \___/ \/ $colorgreen MIT License
$logo $colorblue Manage and view runit services
$logo $colorblue Made specifically for Void Linux but should work anywhere