]> git.ipfire.org Git - thirdparty/systemd.git/blob - units/systemd-timedated.service.in
Merge pull request #12511 from ssahani/high-avilability-12050
[thirdparty/systemd.git] / units / systemd-timedated.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=Time & Date Service
12 Documentation=man:systemd-timedated.service(8) man:localtime(5)
13 Documentation=https://www.freedesktop.org/wiki/Software/systemd/timedated
14
15 [Service]
16 BusName=org.freedesktop.timedate1
17 CapabilityBoundingSet=CAP_SYS_TIME
18 ExecStart=@rootlibexecdir@/systemd-timedated
19 IPAddressDeny=any
20 LockPersonality=yes
21 MemoryDenyWriteExecute=yes
22 NoNewPrivileges=yes
23 PrivateTmp=yes
24 ProtectControlGroups=yes
25 ProtectHome=yes
26 ProtectHostname=yes
27 ProtectKernelModules=yes
28 ProtectKernelTunables=yes
29 ProtectSystem=strict
30 ReadWritePaths=/etc
31 RestrictAddressFamilies=AF_UNIX
32 RestrictNamespaces=yes
33 RestrictRealtime=yes
34 RestrictSUIDSGID=yes
35 SystemCallArchitectures=native
36 SystemCallErrorNumber=EPERM
37 SystemCallFilter=@system-service @clock
38 WatchdogSec=3min