diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2013-05-01 18:01:11 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2013-05-02 13:52:27 -0500 |
commit | a09a60c4cf6e390fc4c2964c4a7a3674214283ee (patch) | |
tree | cad62fbf73a64bb3c5354aba262d3ce3df6e66db /src/rc/rc-applets.c | |
parent | 70628a875ba5ccf9fd3c9d702bc5c7471762270b (diff) |
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.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rc/rc-applets.c b/src/rc/rc-applets.c index 4481b083..64b6e888 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, }, |