diff options
author | Václav Pavlín <vpavlin@redhat.com> | 2013-05-29 13:31:42 +0200 |
---|---|---|
committer | Václav Pavlín <vpavlin@redhat.com> | 2013-05-29 13:31:42 +0200 |
commit | c53e6e2b4b5acfcc86053f6d4db51d776c37647f (patch) | |
tree | 56974466a2e2d961dcebb1623c1a8168b63ad765 | |
parent | 718550312d46b9ef7b9aaa2d7ba020273a17adf7 (diff) | |
download | initscripts-c53e6e2b4b5acfcc86053f6d4db51d776c37647f.tar initscripts-c53e6e2b4b5acfcc86053f6d4db51d776c37647f.tar.gz initscripts-c53e6e2b4b5acfcc86053f6d4db51d776c37647f.tar.bz2 initscripts-c53e6e2b4b5acfcc86053f6d4db51d776c37647f.tar.xz initscripts-c53e6e2b4b5acfcc86053f6d4db51d776c37647f.zip |
service: mention legacy actions and systemctl redirection in man page
-rw-r--r-- | service.8 | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -65,6 +65,11 @@ runs all init scripts, in alphabetical order, with the .B status command. +If the init script file does not exist, the script tries to use +.B legacy actions. +If there is no suitable legacy action found, input is redirected to the +.B systemctl. + .SH FILES .TP \fB/etc/init.d\fR |