diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-10-19 09:40:27 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-10-20 11:03:47 -0400 |
commit | e69e61b796482536a600b9e285b1f9661f1f77d4 (patch) | |
tree | fcc52c45065167274dc75a6cf1da6a9f1872ff98 /server | |
parent | 1430c5b97ca3fe3761f8fb6d26fda801ec6a3778 (diff) | |
download | sssd-e69e61b796482536a600b9e285b1f9661f1f77d4.tar.gz sssd-e69e61b796482536a600b9e285b1f9661f1f77d4.tar.bz2 sssd-e69e61b796482536a600b9e285b1f9661f1f77d4.zip |
Set the Default-Stop LSB option for the SSSD sysv init script
Diffstat (limited to 'server')
-rw-r--r-- | server/sysv/sssd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sysv/sssd b/server/sysv/sssd index 6ef7862c..47804371 100644 --- a/server/sysv/sssd +++ b/server/sysv/sssd @@ -15,6 +15,7 @@ # Should-Start: $syslog # Should-Stop: $null # Required-Stop: $null +# Default-Stop: 0 1 6 # Short-Description: System Security Services Daemon # Description: Provides a set of daemons to manage access to remote directories # and authentication mechanisms. It provides an NSS and PAM |