summaryrefslogtreecommitdiff
path: root/src/rc/rc-applets.c
diff options
context:
space:
mode:
authorWilliam Hubbs <w.d.hubbs@gmail.com>2013-05-01 18:01:11 -0500
committerWilliam Hubbs <w.d.hubbs@gmail.com>2013-05-02 13:52:27 -0500
commita09a60c4cf6e390fc4c2964c4a7a3674214283ee (patch)
treecad62fbf73a64bb3c5354aba262d3ce3df6e66db /src/rc/rc-applets.c
parent70628a875ba5ccf9fd3c9d702bc5c7471762270b (diff)
downloadopenrc-a09a60c4cf6e390fc4c2964c4a7a3674214283ee.tar.gz
openrc-a09a60c4cf6e390fc4c2964c4a7a3674214283ee.tar.bz2
openrc-a09a60c4cf6e390fc4c2964c4a7a3674214283ee.tar.xz
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
Diffstat (limited to 'src/rc/rc-applets.c')
-rw-r--r--src/rc/rc-applets.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rc/rc-applets.c b/src/rc/rc-applets.c
index 4481b08..64b6e88 100644
--- a/src/rc/rc-applets.c
+++ b/src/rc/rc-applets.c
@@ -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, },