2020-11-09 12:23:58 +08:00
|
|
|
# SPDX-License-Identifier: LGPL-2.1-or-later
|
2017-11-19 00:35:03 +08:00
|
|
|
#
|
2016-02-09 04:16:08 +08:00
|
|
|
# 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=Process Core Dump Socket
|
|
|
|
Documentation=man:systemd-coredump(8)
|
|
|
|
DefaultDependencies=no
|
2023-03-30 00:06:00 +08:00
|
|
|
Before=shutdown.target systemd-sysctl.service
|
2021-04-19 07:53:45 +08:00
|
|
|
Conflicts=shutdown.target
|
2016-02-09 04:16:08 +08:00
|
|
|
|
|
|
|
[Socket]
|
|
|
|
ListenSequentialPacket=/run/systemd/coredump
|
|
|
|
SocketMode=0600
|
|
|
|
Accept=yes
|
|
|
|
MaxConnections=16
|