All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] 98systemd: also install systemd-journald-dev-log.socket
@ 2014-06-19  9:38 Daniel Schaal
       [not found] ` <1403170705-1936-1-git-send-email-farbing-S0/GAf8tV78@public.gmane.org>
  0 siblings, 1 reply; 2+ messages in thread
From: Daniel Schaal @ 2014-06-19  9:38 UTC (permalink / raw)
  To: initramfs-u79uwXL29TY76Z2rM5mHXA; +Cc: Daniel Schaal

The /dev/log socket was moved to /run on systemd 214, install the
newly added socket unit.
---
 modules.d/98systemd/module-setup.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh
index cf1b2e7..bf3f4b1 100755
--- a/modules.d/98systemd/module-setup.sh
+++ b/modules.d/98systemd/module-setup.sh
@@ -106,6 +106,7 @@ install() {
         $systemdsystemunitdir/sockets.target.wants/systemd-udevd-control.socket \
         $systemdsystemunitdir/sockets.target.wants/systemd-udevd-kernel.socket \
         $systemdsystemunitdir/sockets.target.wants/systemd-journald.socket \
+        $systemdsystemunitdir/sockets.target.wants/systemd-journald-dev-log.socket \
         $systemdsystemunitdir/sysinit.target.wants/systemd-udevd.service \
         $systemdsystemunitdir/sysinit.target.wants/systemd-udev-trigger.service \
         $systemdsystemunitdir/sysinit.target.wants/kmod-static-nodes.service \
-- 
2.0.0

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] 98systemd: also install systemd-journald-dev-log.socket
       [not found] ` <1403170705-1936-1-git-send-email-farbing-S0/GAf8tV78@public.gmane.org>
@ 2014-07-03  7:22   ` Harald Hoyer
  0 siblings, 0 replies; 2+ messages in thread
From: Harald Hoyer @ 2014-07-03  7:22 UTC (permalink / raw)
  To: Daniel Schaal, initramfs-u79uwXL29TY76Z2rM5mHXA

On 19.06.2014 11:38, Daniel Schaal wrote:
> The /dev/log socket was moved to /run on systemd 214, install the
> newly added socket unit.
> ---
>  modules.d/98systemd/module-setup.sh | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/modules.d/98systemd/module-setup.sh b/modules.d/98systemd/module-setup.sh
> index cf1b2e7..bf3f4b1 100755
> --- a/modules.d/98systemd/module-setup.sh
> +++ b/modules.d/98systemd/module-setup.sh
> @@ -106,6 +106,7 @@ install() {
>          $systemdsystemunitdir/sockets.target.wants/systemd-udevd-control.socket \
>          $systemdsystemunitdir/sockets.target.wants/systemd-udevd-kernel.socket \
>          $systemdsystemunitdir/sockets.target.wants/systemd-journald.socket \
> +        $systemdsystemunitdir/sockets.target.wants/systemd-journald-dev-log.socket \
>          $systemdsystemunitdir/sysinit.target.wants/systemd-udevd.service \
>          $systemdsystemunitdir/sysinit.target.wants/systemd-udev-trigger.service \
>          $systemdsystemunitdir/sysinit.target.wants/kmod-static-nodes.service \
> 

Thanks! In dracut-038

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-07-03  7:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-19  9:38 [PATCH] 98systemd: also install systemd-journald-dev-log.socket Daniel Schaal
     [not found] ` <1403170705-1936-1-git-send-email-farbing-S0/GAf8tV78@public.gmane.org>
2014-07-03  7:22   ` Harald Hoyer

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.