]> git.ipfire.org Git - thirdparty/systemd.git/blob - units/systemd-userdbd.service.in
docs: document new description field
[thirdparty/systemd.git] / units / systemd-userdbd.service.in
1 # SPDX-License-Identifier: LGPL-2.1+
2 #
3 # This file is part of systemd.
4 #
5 # systemd is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU Lesser General Public License as published by
7 # the Free Software Foundation; either version 2.1 of the License, or
8 # (at your option) any later version.
9
10 [Unit]
11 Description=User Database Manager
12 Documentation=man:systemd-userdbd.service(8)
13 Requires=systemd-userdbd.socket
14 After=systemd-userdbd.socket
15 Before=sysinit.target
16 DefaultDependencies=no
17
18 [Service]
19 CapabilityBoundingSet=CAP_DAC_READ_SEARCH
20 ExecStart=@rootlibexecdir@/systemd-userdbd
21 IPAddressDeny=any
22 LimitNOFILE=@HIGH_RLIMIT_NOFILE@
23 LockPersonality=yes
24 MemoryDenyWriteExecute=yes
25 NoNewPrivileges=yes
26 PrivateDevices=yes
27 ProtectControlGroups=yes
28 ProtectHome=yes
29 ProtectHostname=yes
30 ProtectKernelLogs=yes
31 ProtectKernelModules=yes
32 ProtectSystem=strict
33 RestrictAddressFamilies=AF_UNIX AF_NETLINK AF_INET AF_INET6
34 RestrictNamespaces=yes
35 RestrictRealtime=yes
36 RestrictSUIDSGID=yes
37 SystemCallArchitectures=native
38 SystemCallErrorNumber=EPERM
39 SystemCallFilter=@system-service
40 Type=notify
41 @SERVICE_WATCHDOG@
42
43 [Install]
44 Also=systemd-userdbd.socket