]> git.proxmox.com Git - systemd.git/blame - units/systemd-machined.service.in
New upstream version 240
[systemd.git] / units / systemd-machined.service.in
CommitLineData
52ad194e
MB
1# SPDX-License-Identifier: LGPL-2.1+
2#
14228c0d
MB
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)
81c58355 13Documentation=https://www.freedesktop.org/wiki/Software/systemd/machined
14228c0d
MB
14Wants=machine.slice
15After=machine.slice
81c58355 16RequiresMountsFor=/var/lib/machines
14228c0d
MB
17
18[Service]
14228c0d 19BusName=org.freedesktop.machine1
8a584da2 20CapabilityBoundingSet=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
6e866b33
MB
21ExecStart=@rootlibexecdir@/systemd-machined
22IPAddressDeny=any
23LockPersonality=yes
5a920b42 24MemoryDenyWriteExecute=yes
6e866b33 25NoNewPrivileges=yes
8a584da2 26RestrictAddressFamilies=AF_UNIX AF_NETLINK AF_INET AF_INET6
6e866b33 27RestrictRealtime=yes
81c58355 28SystemCallArchitectures=native
6e866b33
MB
29SystemCallErrorNumber=EPERM
30SystemCallFilter=@system-service @mount
31WatchdogSec=3min
e3bff60a
MP
32
33# Note that machined cannot be placed in a mount namespace, since it
34# needs access to the host's mount namespace in order to implement the
35# "machinectl bind" operation.