summaryrefslogtreecommitdiff
path: root/units/systemd-userdbd.socket
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-03-13 18:40:54 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-03-31 14:55:16 +0200
commitead7af30939e3f1903455c7e06bc7cfeef54d4a2 (patch)
tree8c3778dba8e1158846c359d33c0041f55ca80046 /units/systemd-userdbd.socket
parent5ef9eda17fda06aaf81ab3f0ff6f87a80b860c94 (diff)
downloadsystemd-ead7af30939e3f1903455c7e06bc7cfeef54d4a2.tar.gz
units: make systemd-userdbd.{socket,service} installable
It's lightweight and generally useful, so it should be enabled by default. But users might want to disable it for whatever reason, and things should be fine without it, so let's make it installable so it can be disabled if wanted. Fixes #15175.
Diffstat (limited to 'units/systemd-userdbd.socket')
-rw-r--r--units/systemd-userdbd.socket3
1 files changed, 3 insertions, 0 deletions
diff --git a/units/systemd-userdbd.socket b/units/systemd-userdbd.socket
index 1c749ea1d2..2b4bb7a87a 100644
--- a/units/systemd-userdbd.socket
+++ b/units/systemd-userdbd.socket
@@ -17,3 +17,6 @@ Before=sockets.target
ListenStream=/run/systemd/userdb/io.systemd.Multiplexer
Symlinks=/run/systemd/userdb/io.systemd.NameServiceSwitch
SocketMode=0666
+
+[Install]
+WantedBy=sockets.target