]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-machined.service.in
man,units: link to the new dbus-api man pages
[thirdparty/systemd.git] / units / systemd-machined.service.in
CommitLineData
a7df2d1e
ZJS
1# SPDX-License-Identifier: LGPL-2.1+
2#
1ee306e1
LP
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]
11Description=Virtual Machine and Container Registration Service
12Documentation=man:systemd-machined.service(8)
21006e0e
ZJS
13Documentation=man:org.freedesktop.machine1(5)
14
1ee306e1
LP
15Wants=machine.slice
16After=machine.slice
2221c17a 17RequiresMountsFor=/var/lib/machines
1ee306e1
LP
18
19[Service]
1ee306e1 20BusName=org.freedesktop.machine1
0c28d51a 21CapabilityBoundingSet=CAP_KILL CAP_SYS_PTRACE CAP_SYS_ADMIN CAP_SETGID CAP_SYS_CHROOT CAP_DAC_READ_SEARCH CAP_DAC_OVERRIDE CAP_CHOWN CAP_FOWNER CAP_FSETID CAP_MKNOD
3ca9940c
LP
22ExecStart=@rootlibexecdir@/systemd-machined
23IPAddressDeny=any
24LockPersonality=yes
40652ca4 25MemoryDenyWriteExecute=yes
3ca9940c 26NoNewPrivileges=yes
99894b86 27ProtectHostname=yes
0c28d51a 28RestrictAddressFamilies=AF_UNIX AF_NETLINK AF_INET AF_INET6
3ca9940c 29RestrictRealtime=yes
7f396e5f 30SystemCallArchitectures=native
3ca9940c
LP
31SystemCallErrorNumber=EPERM
32SystemCallFilter=@system-service @mount
21d0dd5a 33@SERVICE_WATCHDOG@
90adaa25
LP
34
35# Note that machined cannot be placed in a mount namespace, since it
36# needs access to the host's mount namespace in order to implement the
37# "machinectl bind" operation.