From 7774cdc1d83bd28f271381b941142d0468d7d6e7 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 16 Aug 2010 21:05:22 +0200 Subject: [PATCH] shutdown: fix socket type in .socket file --- units/systemd-shutdownd.socket | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/systemd-shutdownd.socket b/units/systemd-shutdownd.socket index fdf2a0643..7652308e9 100644 --- a/units/systemd-shutdownd.socket +++ b/units/systemd-shutdownd.socket @@ -13,4 +13,4 @@ DefaultDependencies=no Before=sockets.target [Socket] -ListenStream=@/org/freedesktop/systemd1/shutdownd +ListenDatagram=@/org/freedesktop/systemd1/shutdownd -- 2.30.2