]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-timedated.service.in
homed: explicitly deactivate all home directories on shutdown
[thirdparty/systemd.git] / units / systemd-timedated.service.in
CommitLineData
a7df2d1e
ZJS
1# SPDX-License-Identifier: LGPL-2.1+
2#
f401e48c
LP
3# This file is part of systemd.
4#
5# systemd is free software; you can redistribute it and/or modify it
5430f7f2
LP
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
f401e48c
LP
8# (at your option) any later version.
9
f401e48c
LP
10[Unit]
11Description=Time & Date Service
21006e0e
ZJS
12Documentation=man:systemd-timedated.service(8)
13Documentation=man:localtime(5)
14Documentation=man:org.freedesktop.timedate1(5)
f401e48c
LP
15
16[Service]
f401e48c 17BusName=org.freedesktop.timedate1
0c28d51a 18CapabilityBoundingSet=CAP_SYS_TIME
9af28206 19DeviceAllow=char-rtc r
3ca9940c
LP
20ExecStart=@rootlibexecdir@/systemd-timedated
21IPAddressDeny=any
22LockPersonality=yes
23MemoryDenyWriteExecute=yes
24NoNewPrivileges=yes
d99a7052 25PrivateTmp=yes
24da96a1 26ProtectProc=invisible
0c28d51a 27ProtectControlGroups=yes
3ca9940c 28ProtectHome=yes
99894b86 29ProtectHostname=yes
24da96a1 30ProtectKernelLogs=yes
b6c7278c 31ProtectKernelModules=yes
3ca9940c
LP
32ProtectKernelTunables=yes
33ProtectSystem=strict
34ReadWritePaths=/etc
0c28d51a 35RestrictAddressFamilies=AF_UNIX
3ca9940c
LP
36RestrictNamespaces=yes
37RestrictRealtime=yes
62aa2924 38RestrictSUIDSGID=yes
7f396e5f 39SystemCallArchitectures=native
3ca9940c
LP
40SystemCallErrorNumber=EPERM
41SystemCallFilter=@system-service @clock
21d0dd5a 42@SERVICE_WATCHDOG@