summaryrefslogtreecommitdiff
path: root/units/systemd-userdbd.socket
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2019-07-04 18:33:30 +0200
committerLennart Poettering <lennart@poettering.net>2020-01-15 15:28:17 +0100
commitd093b62c941ebd6cf16ef9dd6430841eb361ed92 (patch)
tree10190b031dc8cc5a2ee000cf150a4cd485621a42 /units/systemd-userdbd.socket
parent295c1a6e456936960d7190f94ff0c1eb51102f33 (diff)
downloadsystemd-d093b62c941ebd6cf16ef9dd6430841eb361ed92.tar.gz
userdbd: add new service that can merge userdb queries from multiple clients
Diffstat (limited to 'units/systemd-userdbd.socket')
-rw-r--r--units/systemd-userdbd.socket19
1 files changed, 19 insertions, 0 deletions
diff --git a/units/systemd-userdbd.socket b/units/systemd-userdbd.socket
new file mode 100644
index 0000000000..1c749ea1d2
--- /dev/null
+++ b/units/systemd-userdbd.socket
@@ -0,0 +1,19 @@
+# SPDX-License-Identifier: LGPL-2.1+
+#
+# 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=User Database Manager Socket
+Documentation=man:systemd-userdbd.service(8)
+DefaultDependencies=no
+Before=sockets.target
+
+[Socket]
+ListenStream=/run/systemd/userdb/io.systemd.Multiplexer
+Symlinks=/run/systemd/userdb/io.systemd.NameServiceSwitch
+SocketMode=0666