mirror of
https://github.com/systemd/systemd
synced 2025-10-06 00:13:24 +02:00
19 lines
627 B
SYSTEMD
19 lines
627 B
SYSTEMD
# SPDX-License-Identifier: LGPL-2.1-or-later
|
|
#
|
|
# This file is part of systemd.
|
|
#
|
|
# systemd is free software; you can redistribute it and/or modify it
|
|
# under the terms of the GNU Lesser General Public License as published by
|
|
# the Free Software Foundation; either version 2.1 of the License, or
|
|
# (at your option) any later version.
|
|
|
|
[Unit]
|
|
Description=Virtual Machine and Container Registration Service Socket
|
|
Documentation=man:systemd-machined.service(8)
|
|
|
|
[Socket]
|
|
ListenStream=/run/systemd/machine/io.systemd.Machine
|
|
ListenStream=/run/systemd/machine/io.systemd.MachineImage
|
|
FileDescriptorName=varlink
|
|
SocketMode=0666
|