systemd-machined.service.in revision 6a716208b346b742053cfd01e76f76fb27c4ea47
5767N/A# This file is part of systemd.
5767N/A#
5767N/A# systemd is free software; you can redistribute it and/or modify it
5767N/A# under the terms of the GNU Lesser General Public License as published by
5767N/A# the Free Software Foundation; either version 2.1 of the License, or
5767N/A# (at your option) any later version.
5767N/A
5767N/A[Unit]
5767N/ADescription=Virtual Machine and Container Registration Service
5767N/ADocumentation=man:systemd-machined.service(8)
5767N/ADocumentation=http://www.freedesktop.org/wiki/Software/systemd/machined
5767N/AWants=machine.slice
5767N/AAfter=machine.slice
5767N/A
5767N/A[Service]
5767N/AExecStart=@rootlibexecdir@/systemd-machined
5767N/ABusName=org.freedesktop.machine1
5767N/ACapabilityBoundingSet=CAP_KILL CAP_SYS_PTRACE CAP_SYS_ADMIN CAP_SETGID CAP_SYS_CHROOT CAP_DAC_READ_SEARCH
5767N/ASecureBits=noroot noroot-locked
5767N/AWatchdogSec=1min
5767N/APrivateTmp=yes
5767N/APrivateDevices=yes
5767N/APrivateNetwork=yes
5767N/AProtectSystem=full
5767N/AProtectHome=yes
5767N/A