Remove unnecessary unit file
Socket location change has been moved to systemd override which is the suggested way of changing original packaged unit behavior
This commit is contained in:
parent
4a11e0c6c0
commit
92c292afcf
1 changed files with 0 additions and 18 deletions
|
@ -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
|
Loading…
Reference in a new issue