Add nss-lookup.target to service files rhbz#838828

This commit is contained in:
Simone Caronni 2012-07-10 14:36:37 +02:00
parent 1bd589a130
commit 217785f731
4 changed files with 10 additions and 7 deletions

View File

@ -1,7 +1,7 @@
[Unit]
Description=Bacula-Director, the Backup-server
Requires=syslog.target network.target
After=network.target
Requires=syslog.target network.target nss-lookup.target
After=network.target nss-lookup.target
[Service]
Environment=CONFIG=/etc/bacula/bacula-dir.conf

View File

@ -1,7 +1,7 @@
[Unit]
Description=Bacula-FileDaemon, a Backup-client
Requires=syslog.target network.target
After=network.target
Requires=syslog.target network.target nss-lookup.target
After=network.target nss-lookup.target
[Service]
Environment=CONFIG=/etc/bacula/bacula-fd.conf

View File

@ -1,7 +1,7 @@
[Unit]
Description=Bacula-StorageDaemon, the storage-server
Requires=syslog.target network.target
After=network.target
Requires=syslog.target network.target nss-lookup.target
After=network.target nss-lookup.target
[Service]
Environment=CONFIG=/etc/bacula/bacula-sd.conf

View File

@ -3,7 +3,7 @@
Name: bacula
Version: 5.2.10
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Cross platform network backup for Linux, Unix, Mac and Windows
# See LICENSE for details
License: AGPLv3 with exceptions
@ -843,6 +843,9 @@ fi
%changelog
* Tue Jul 10 2012 Simone Caronni <negativo17@gmail.com> - 5.2.10-2
- Add nss-lookup.target as required to service filesi (rhbz#838828).
* Mon Jul 02 2012 Simone Caronni <negativo17@gmail.com> - 5.2.10-1
- Update to 5.2.10.