Add service applet

The service applet is equivalent to rc-service. This was added so that
we will be more compatible with Debian and Fedora.

Reported-by: cardoe@gentoo.org
X-Gentoo-Bug: 468168
X-Gentoo-Bug-URL: https://bugs.gentoo.org/show_bug.cgi?id=468168
This commit is contained in:
William Hubbs
2013-05-01 18:01:11 -05:00
parent 70628a875b
commit a09a60c4cf
4 changed files with 4 additions and 2 deletions

View File

@@ -507,6 +507,7 @@ static const struct {
{ "rc-service", rc_service, },
{ "rc-status", rc_status, },
{ "rc-update", rc_update, },
{ "service", rc_service, },
{ "update-rc", rc_update, },
A(runscript),
{ "start-stop-daemon", start_stop_daemon, },