]> git.ipfire.org Git - thirdparty/systemd.git/blob - units/systemd-userdbd.service.in
man: substitute path to rc.local in the man page
[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 ProtectProc=invisible
28 ProtectControlGroups=yes
29 ProtectHome=yes
30 ProtectHostname=yes
31 ProtectKernelLogs=yes
32 ProtectKernelModules=yes
33 ProtectSystem=strict
34 RestrictAddressFamilies=AF_UNIX AF_NETLINK AF_INET AF_INET6
35 RestrictNamespaces=yes
36 RestrictRealtime=yes
37 RestrictSUIDSGID=yes
38 SystemCallArchitectures=native
39 SystemCallErrorNumber=EPERM
40 SystemCallFilter=@system-service
41 Type=notify
42 @SERVICE_WATCHDOG@
43
44 [Install]
45 Also=systemd-userdbd.socket