]> git.ipfire.org Git - thirdparty/systemd.git/blob - units/systemd-timedated.service.in
pkgconfig: define variables relative to ${prefix}/${rootprefix}/${sysconfdir}
[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 ProtectKernelModules=yes
27 ProtectKernelTunables=yes
28 ProtectSystem=strict
29 ReadWritePaths=/etc
30 RestrictAddressFamilies=AF_UNIX
31 RestrictNamespaces=yes
32 RestrictRealtime=yes
33 SystemCallArchitectures=native
34 SystemCallErrorNumber=EPERM
35 SystemCallFilter=@system-service @clock
36 WatchdogSec=3min