]> git.ipfire.org Git - thirdparty/systemd.git/blame - units/systemd-machined.service.in
machinectl: show /etc/os-release information of container in status output
[thirdparty/systemd.git] / units / systemd-machined.service.in
CommitLineData
1ee306e1
LP
1# This file is part of systemd.
2#
3# systemd is free software; you can redistribute it and/or modify it
4# under the terms of the GNU Lesser General Public License as published by
5# the Free Software Foundation; either version 2.1 of the License, or
6# (at your option) any later version.
7
8[Unit]
9Description=Virtual Machine and Container Registration Service
10Documentation=man:systemd-machined.service(8)
085b90af 11Documentation=http://www.freedesktop.org/wiki/Software/systemd/machined
1ee306e1
LP
12Wants=machine.slice
13After=machine.slice
14
15[Service]
16ExecStart=@rootlibexecdir@/systemd-machined
1ee306e1 17BusName=org.freedesktop.machine1
717603e3 18CapabilityBoundingSet=CAP_KILL CAP_SYS_PTRACE CAP_SYS_ADMIN CAP_SETGID CAP_SYS_CHROOT
cde93897 19WatchdogSec=1min
d99a7052
LP
20PrivateTmp=yes
21PrivateDevices=yes
f21a71a9 22PrivateNetwork=yes
3c52ad92 23ProtectSystem=full
1b8689f9 24ProtectHome=yes