]> git.proxmox.com Git - systemd.git/blame - units/systemd-localed.service.in
New upstream version 240
[systemd.git] / units / systemd-localed.service.in
CommitLineData
52ad194e
MB
1# SPDX-License-Identifier: LGPL-2.1+
2#
663996b3
MS
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]
11Description=Locale Service
12Documentation=man:systemd-localed.service(8) man:locale.conf(5) man:vconsole.conf(5)
81c58355 13Documentation=https://www.freedesktop.org/wiki/Software/systemd/localed
663996b3
MS
14
15[Service]
663996b3 16BusName=org.freedesktop.locale1
8a584da2 17CapabilityBoundingSet=
6e866b33
MB
18ExecStart=@rootlibexecdir@/systemd-localed
19IPAddressDeny=any
20LockPersonality=yes
21MemoryDenyWriteExecute=yes
22NoNewPrivileges=yes
60f067b4
JS
23PrivateDevices=yes
24PrivateNetwork=yes
6e866b33 25PrivateTmp=yes
8a584da2 26ProtectControlGroups=yes
6e866b33 27ProtectHome=yes
81c58355 28ProtectKernelModules=yes
6e866b33
MB
29ProtectKernelTunables=yes
30ProtectSystem=strict
31ReadWritePaths=/etc
8a584da2 32RestrictAddressFamilies=AF_UNIX
6e866b33
MB
33RestrictNamespaces=yes
34RestrictRealtime=yes
81c58355 35SystemCallArchitectures=native
6e866b33
MB
36SystemCallErrorNumber=EPERM
37SystemCallFilter=@system-service
38WatchdogSec=3min