From 00e9f24707a2d221ed2be40289669e4fd731713e Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Tue, 5 Apr 2011 10:17:32 +0200 Subject: The systemd unit file should not require DBus MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This patch fixes the provided systemd unit file so it is the same as the one Jóhann B. Guðmundsson provided in Red Hat Bugzilla #689853 except for hardcoded paths. --- src/sysv/systemd/sssd.service.in | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/sysv') diff --git a/src/sysv/systemd/sssd.service.in b/src/sysv/systemd/sssd.service.in index d42a08b1..30592afe 100644 --- a/src/sysv/systemd/sssd.service.in +++ b/src/sysv/systemd/sssd.service.in @@ -1,7 +1,5 @@ [Unit] Description=System Security Services Daemon -# If dbus crashes or is stopped, then SSSD will be stopped, too -Requires=dbus.socket # SSSD will not be started until syslog is After=syslog.target -- cgit