# ____ ____ ____
# | _ \ / ___| | _ \
# | |_) | | | | | |
# | _ <| |___ _| |_| |
# |_| \_\\____(_)____/
#
Rc.d refers to the traditional service-management system for Unix/BSD systems. For Linux, there is also OpenRC, which attempts to replicate the same traditional model as rc.d, but with additional conveniences.
TBD