diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-03-13 18:40:54 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2020-03-31 14:55:16 +0200 |
commit | ead7af30939e3f1903455c7e06bc7cfeef54d4a2 (patch) | |
tree | 8c3778dba8e1158846c359d33c0041f55ca80046 /units/systemd-userdbd.service.in | |
parent | units: make systemd-homed.service installable (diff) | |
download | systemd-ead7af30939e3f1903455c7e06bc7cfeef54d4a2.tar.xz systemd-ead7af30939e3f1903455c7e06bc7cfeef54d4a2.zip |
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.service.in')
-rw-r--r-- | units/systemd-userdbd.service.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/units/systemd-userdbd.service.in b/units/systemd-userdbd.service.in index e30ed2109e..3b76705373 100644 --- a/units/systemd-userdbd.service.in +++ b/units/systemd-userdbd.service.in @@ -39,3 +39,6 @@ SystemCallErrorNumber=EPERM SystemCallFilter=@system-service Type=notify @SERVICE_WATCHDOG@ + +[Install] +Also=systemd-userdbd.socket |