]> git.ipfire.org Git - thirdparty/systemd.git/blob - units/systemd-localed.service.in
Merge pull request #12802 from irtimmer/fix-openssl
[thirdparty/systemd.git] / units / systemd-localed.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=Locale Service
12 Documentation=man:systemd-localed.service(8) man:locale.conf(5) man:vconsole.conf(5)
13 Documentation=https://www.freedesktop.org/wiki/Software/systemd/localed
14
15 [Service]
16 BusName=org.freedesktop.locale1
17 CapabilityBoundingSet=
18 ExecStart=@rootlibexecdir@/systemd-localed
19 IPAddressDeny=any
20 LockPersonality=yes
21 MemoryDenyWriteExecute=yes
22 NoNewPrivileges=yes
23 PrivateDevices=yes
24 PrivateNetwork=yes
25 PrivateTmp=yes
26 ProtectControlGroups=yes
27 ProtectHome=yes
28 ProtectHostname=yes
29 ProtectKernelModules=yes
30 ProtectKernelTunables=yes
31 ProtectSystem=strict
32 ReadWritePaths=/etc
33 RestrictAddressFamilies=AF_UNIX
34 RestrictNamespaces=yes
35 RestrictRealtime=yes
36 RestrictSUIDSGID=yes
37 SystemCallArchitectures=native
38 SystemCallErrorNumber=EPERM
39 SystemCallFilter=@system-service
40 WatchdogSec=3min