From 30a9f4f389f0a09057f9d7c424b96020c940c5e1 Mon Sep 17 00:00:00 2001 From: John Veitch Date: Mon, 1 Jul 2024 13:02:20 +0100 Subject: [PATCH] Update sssd.in to remove -f option from sysv init script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fee3883 removed the -f option from the sssd but the init script was not updated accordingly at that time. Reviewed-by: Tomáš Halman Reference:https://github.com/SSSD/sssd/commit/30a9f4f389f0a09057f9d7c424b96020c940c5e1 Conflict:NA --- src/sysv/sssd.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sysv/sssd.in b/src/sysv/sssd.in index 68485bfb8..52308a4e2 100644 --- a/src/sysv/sssd.in +++ b/src/sysv/sssd.in @@ -45,7 +45,7 @@ TIMEOUT=15 start() { [ -x $SSSD ] || exit 5 echo -n $"Starting $prog: " - daemon $SSSD -f -D + daemon $SSSD -D RETVAL=$? echo [ "$RETVAL" = 0 ] && touch $LOCK_FILE -- 2.33.0