aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/etc
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2020-04-07 14:03:50 +0200
committerHans Dedecker <dedeckeh@gmail.com>2020-04-08 22:07:18 +0200
commit91c61aae200ecf98e332482d395beda819d6a4fa (patch)
tree7fd9764483ef18f2a5fde24d9e4bee8c2e87efb9 /package/base-files/files/etc
parentfea232ae8feb6af780fd4fa78ebe9231778bf75a (diff)
downloadupstream-91c61aae200ecf98e332482d395beda819d6a4fa.tar.gz
upstream-91c61aae200ecf98e332482d395beda819d6a4fa.tar.bz2
upstream-91c61aae200ecf98e332482d395beda819d6a4fa.zip
base-files: add enabled commands to service rc.common
Add missing enbaled command help output. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
Diffstat (limited to 'package/base-files/files/etc')
-rwxr-xr-xpackage/base-files/files/etc/rc.common1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/files/etc/rc.common b/package/base-files/files/etc/rc.common
index dbe26ec3bd..7c11544405 100755
--- a/package/base-files/files/etc/rc.common
+++ b/package/base-files/files/etc/rc.common
@@ -73,6 +73,7 @@ Available commands:
reload Reload configuration files (or restart if service does not implement reload)
enable Enable service autostart
disable Disable service autostart
+ enabled Check if service is started on boot
$EXTRA_HELP
EOF
}