Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
938d7a8c47
|
|||
bdff302a2b
|
@@ -1,4 +1,7 @@
|
|||||||
# Runit-Service-Manager
|
# 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.
|
||||||
|
|
||||||
|

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