From 9e37c9544b22aab2173695ac9c0e4b8bb02cb75c Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Sun, 30 Nov 2014 10:42:53 -0500 Subject: core: warn and ignore SysVStartPriority= Option was being parsed but not used for anything. --- man/systemd.service.xml | 34 ---------------------------------- 1 file changed, 34 deletions(-) (limited to 'man/systemd.service.xml') 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 @@ -1130,40 +1130,6 @@ - - Compatibility Options - - The following options are also available in the - [Service] section, but exist purely - for compatibility reasons and should not be used in - newly written service files. - - - - SysVStartPriority= - 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 - After= or - Before=, - instead. For more details, see - systemd.unit5. - If used, pass an integer value in the - range 0-99. - - - - Command lines -- cgit v1.2.3-54-g00ecf