diff options
author | Václav Pavlín <vpavlin@redhat.com> | 2013-08-08 14:37:34 +0200 |
---|---|---|
committer | Lukas Nykryn <lnykryn@redhat.com> | 2013-08-19 14:11:17 +0200 |
commit | ab22271da0910ccd0f6176a150b193e723e843d9 (patch) | |
tree | 3cd0abdba2c2de65d798dd351e44b2cb6b01a51a | |
parent | 513ed0501d8665e04fd1950fb6f95f152df9b4e4 (diff) | |
download | initscripts-ab22271da0910ccd0f6176a150b193e723e843d9.tar initscripts-ab22271da0910ccd0f6176a150b193e723e843d9.tar.gz initscripts-ab22271da0910ccd0f6176a150b193e723e843d9.tar.bz2 initscripts-ab22271da0910ccd0f6176a150b193e723e843d9.tar.xz initscripts-ab22271da0910ccd0f6176a150b193e723e843d9.zip |
man: only action specified in LSB are redirected to systemd
-rw-r--r-- | service.8 | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -67,8 +67,11 @@ 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 +If there is no suitable legacy action found and +.I COMMAND +is one of actions specified in LSB Core Specification, input is redirected to the .B systemctl. +Otherwise the command fails with return code 2. .SH FILES .TP |