diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2011-04-05 10:17:32 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-04-12 09:26:26 -0400 |
commit | 00e9f24707a2d221ed2be40289669e4fd731713e (patch) | |
tree | 2a23b0fa1459b37ddc1653cdbf2804325b44da6b /src/sysv | |
parent | 655ae41e718c8f6de4338293ce74098bb72546bf (diff) | |
download | sssd-00e9f24707a2d221ed2be40289669e4fd731713e.tar.gz sssd-00e9f24707a2d221ed2be40289669e4fd731713e.tar.xz sssd-00e9f24707a2d221ed2be40289669e4fd731713e.zip |
The systemd unit file should not require DBus
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.
Diffstat (limited to 'src/sysv')
-rw-r--r-- | src/sysv/systemd/sssd.service.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sysv/systemd/sssd.service.in b/src/sysv/systemd/sssd.service.in index d42a08b18..30592afe2 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 |