diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-11-30 10:42:53 -0500 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-11-30 19:10:40 -0500 |
commit | 9e37c9544b22aab2173695ac9c0e4b8bb02cb75c (patch) | |
tree | 5311e9f9ce751761d24280f2e89e212c8252098e /man | |
parent | a2c0e528b8b5ba370527db279605e4e4135689c1 (diff) |
core: warn and ignore SysVStartPriority=
Option was being parsed but not used for anything.
Diffstat (limited to 'man')
-rw-r--r-- | man/systemd.service.xml | 34 |
1 files changed, 0 insertions, 34 deletions
diff --git a/man/systemd.service.xml b/man/systemd.service.xml index e563b1968b..6e81c5429b 100644 --- a/man/systemd.service.xml +++ b/man/systemd.service.xml @@ -1131,40 +1131,6 @@ </refsect1> <refsect1> - <title>Compatibility Options</title> - - <para>The following options are also available in the - <literal>[Service]</literal> section, but exist purely - for compatibility reasons and should not be used in - newly written service files.</para> - - <variablelist class='unit-directives'> - <varlistentry> - <term><varname>SysVStartPriority=</varname></term> - <listitem><para>Set the SysV start - priority to use to order this service - in relation to SysV services lacking - LSB headers. This option is only - necessary to fix ordering in relation - to legacy SysV services that have no - ordering information encoded in the - script headers. As such, it should only - be used as a temporary compatibility - option and should not be used in new unit - files. Almost always, it is a better - choice to add explicit ordering - directives via - <varname>After=</varname> or - <varname>Before=</varname>, - instead. For more details, see - <citerefentry><refentrytitle>systemd.unit</refentrytitle><manvolnum>5</manvolnum></citerefentry>. - If used, pass an integer value in the - range 0-99.</para></listitem> - </varlistentry> - </variablelist> - </refsect1> - - <refsect1> <title>Command lines</title> <para>This section describes command line parsing and |