]> git.ipfire.org Git - thirdparty/systemd.git/blob - units/systemd-timedated.service.in
Merge pull request #32315 from poettering/hwdb-256
[thirdparty/systemd.git] / units / systemd-timedated.service.in
1 # SPDX-License-Identifier: LGPL-2.1-or-later
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=Time & Date Service
12 Documentation=man:systemd-timedated.service(8)
13 Documentation=man:localtime(5)
14 Documentation=man:org.freedesktop.timedate1(5)
15
16 [Service]
17 Type=notify
18 BusName=org.freedesktop.timedate1
19 CapabilityBoundingSet=CAP_SYS_TIME
20 DeviceAllow=char-rtc r
21 ExecStart={{LIBEXECDIR}}/systemd-timedated
22 IPAddressDeny=any
23 LockPersonality=yes
24 MemoryDenyWriteExecute=yes
25 NoNewPrivileges=yes
26 PrivateTmp=yes
27 ProtectProc=invisible
28 ProtectControlGroups=yes
29 ProtectHome=yes
30 ProtectHostname=yes
31 ProtectKernelLogs=yes
32 ProtectKernelModules=yes
33 ProtectKernelTunables=yes
34 ProtectSystem=strict
35 ReadWritePaths=/etc
36 RestrictAddressFamilies=AF_UNIX
37 RestrictNamespaces=yes
38 RestrictRealtime=yes
39 RestrictSUIDSGID=yes
40 SystemCallArchitectures=native
41 SystemCallErrorNumber=EPERM
42 SystemCallFilter=@system-service @clock
43 {{SERVICE_WATCHDOG}}