[bacula/f16] Add nss-lookup.target as required to service files (rhbz#838828)

Simone Caronni slaanesh at fedoraproject.org
Mon Jul 16 08:13:01 UTC 2012


commit 4b7bd195868bae77e997450c2e43565d5c8a440d
Author: Simone Caronni <negativo17 at gmail.com>
Date:   Mon Jul 16 10:12:37 2012 +0200

    Add nss-lookup.target as required to service files (rhbz#838828)

 bacula-dir.service |    2 +-
 bacula-fd.service  |    2 +-
 bacula-sd.service  |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/bacula-dir.service b/bacula-dir.service
index 432c925..5e47f8a 100644
--- a/bacula-dir.service
+++ b/bacula-dir.service
@@ -1,7 +1,7 @@
 [Unit]
 Description=Bacula-Director, the Backup-server
 Requires=syslog.target network.target
-After=network.target
+After=network.target nss-lookup.target
 
 [Service]
 Environment=CONFIG=/etc/bacula/bacula-dir.conf
diff --git a/bacula-fd.service b/bacula-fd.service
index 608c923..821b015 100644
--- a/bacula-fd.service
+++ b/bacula-fd.service
@@ -1,7 +1,7 @@
 [Unit]
 Description=Bacula-FileDaemon, a Backup-client
 Requires=syslog.target network.target
-After=network.target
+After=network.target nss-lookup.target
 
 [Service]
 Environment=CONFIG=/etc/bacula/bacula-fd.conf
diff --git a/bacula-sd.service b/bacula-sd.service
index d32bee3..0f7fd47 100644
--- a/bacula-sd.service
+++ b/bacula-sd.service
@@ -1,7 +1,7 @@
 [Unit]
 Description=Bacula-StorageDaemon, the storage-server
 Requires=syslog.target network.target
-After=network.target
+After=network.target nss-lookup.target
 
 [Service]
 Environment=CONFIG=/etc/bacula/bacula-sd.conf


More information about the scm-commits mailing list