From 6221fcdf2ec74b6a71a4d59ca5ec80fa2b214c45 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 1 Mar 2011 22:18:49 +0100 Subject: [PATCH] man: fix chkconfig syntax to use --level 3 --- man/daemon.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/daemon.xml b/man/daemon.xml index ea0e6d27f..ab355cd59 100644 --- a/man/daemon.xml +++ b/man/daemon.xml @@ -869,7 +869,7 @@ fi a fragment like the following: %triggerun -- foobar < 0.47.11-1 -if /sbin/chkconfig foobar ; then +if /sbin/chkconfig --level 3 foobar ; then /bin/systemctl --no-reload enable foobar.service foobar.socket >/dev/null 2>&1 || : fi -- 2.30.2