From 15e6ceab8953930a45fe7eb1ad1983b8d6572e7a Mon Sep 17 00:00:00 2001 From: Packit Date: Aug 21 2020 09:20:52 +0000 Subject: Apply patch glibc-rh1070416.patch patch_name: glibc-rh1070416.patch location_in_specfile: 14 present_in_specfile: true --- diff --git a/nscd/nscd.service b/nscd/nscd.service index ab38e8f..a970186 100644 --- a/nscd/nscd.service +++ b/nscd/nscd.service @@ -2,6 +2,7 @@ [Unit] Description=Name Service Cache Daemon +After=syslog.target [Service] Type=forking @@ -17,3 +18,4 @@ PIDFile=/run/nscd/nscd.pid [Install] WantedBy=multi-user.target +Also=nscd.socket diff --git a/nscd/nscd.socket b/nscd/nscd.socket new file mode 100644 index 0000000..7e512d5 --- /dev/null +++ b/nscd/nscd.socket @@ -0,0 +1,8 @@ +[Unit] +Description=Name Service Cache Daemon Socket + +[Socket] +ListenDatagram=/var/run/nscd/socket + +[Install] +WantedBy=sockets.target