]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-hostnamed.service.in
Merge pull request #17185 from yuwata/ethtool-update
[thirdparty/systemd.git] / units / systemd-hostnamed.service.in
CommitLineData
a7df2d1e
ZJS
1# SPDX-License-Identifier: LGPL-2.1+
2#
7640a5de
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
7640a5de
LP
8# (at your option) any later version.
9
7640a5de
LP
10[Unit]
11Description=Hostname Service
21006e0e
ZJS
12Documentation=man:systemd-hostnamed.service(8)
13Documentation=man:hostname(5)
14Documentation=man:machine-info(5)
15Documentation=man:org.freedesktop.resolve1(5)
7640a5de
LP
16
17[Service]
7640a5de 18BusName=org.freedesktop.hostname1
0c28d51a 19CapabilityBoundingSet=CAP_SYS_ADMIN
3ca9940c
LP
20ExecStart=@rootlibexecdir@/systemd-hostnamed
21IPAddressDeny=any
22LockPersonality=yes
23MemoryDenyWriteExecute=yes
24NoNewPrivileges=yes
d99a7052 25PrivateDevices=yes
f21a71a9 26PrivateNetwork=yes
3ca9940c 27PrivateTmp=yes
24da96a1 28ProtectProc=invisible
0c28d51a 29ProtectControlGroups=yes
3ca9940c 30ProtectHome=yes
24da96a1 31ProtectKernelLogs=yes
b6c7278c 32ProtectKernelModules=yes
3ca9940c
LP
33ProtectKernelTunables=yes
34ProtectSystem=strict
35ReadWritePaths=/etc
0c28d51a 36RestrictAddressFamilies=AF_UNIX
3ca9940c
LP
37RestrictNamespaces=yes
38RestrictRealtime=yes
62aa2924 39RestrictSUIDSGID=yes
7f396e5f 40SystemCallArchitectures=native
3ca9940c
LP
41SystemCallErrorNumber=EPERM
42SystemCallFilter=@system-service sethostname
21d0dd5a 43@SERVICE_WATCHDOG@