From 92c292afcff9cd711feb92cddf96d4140e5a06f0 Mon Sep 17 00:00:00 2001 From: p0wer <2510748+p0wertiger@users.noreply.github.com> Date: Wed, 15 Feb 2023 14:14:21 +0100 Subject: [PATCH] Remove unnecessary unit file Socket location change has been moved to systemd override which is the suggested way of changing original packaged unit behavior --- .../system/systemd-journal-gatewayd.socket | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 homeassistant-supervised/usr/lib/systemd/system/systemd-journal-gatewayd.socket diff --git a/homeassistant-supervised/usr/lib/systemd/system/systemd-journal-gatewayd.socket b/homeassistant-supervised/usr/lib/systemd/system/systemd-journal-gatewayd.socket deleted file mode 100644 index a48e519..0000000 --- a/homeassistant-supervised/usr/lib/systemd/system/systemd-journal-gatewayd.socket +++ /dev/null @@ -1,18 +0,0 @@ -# SPDX-License-Identifier: LGPL-2.1-or-later -# -# This file is part of systemd. -# -# systemd is free software; you can redistribute it and/or modify it -# under the terms of the GNU Lesser General Public License as published by -# the Free Software Foundation; either version 2.1 of the License, or -# (at your option) any later version. - -[Unit] -Description=Journal Gateway Service Socket -Documentation=man:systemd-journal-gatewayd(8) - -[Socket] -ListenStream=/run/systemd-journal-gatewayd.sock - -[Install] -WantedBy=sockets.target \ No newline at end of file