The open source OpenXR runtime
at main 15 lines 333 B view raw
1# SPDX-License-Identifier: BSL-1.0 2# SPDX-FileCopyrightText: 2020, Collabora, Ltd. 3 4[Unit] 5Description=Monado XR service module connection socket @extra_desc@ 6ConditionUser=!root 7Conflicts=@conflicts@.socket 8 9[Socket] 10ListenStream=%t/@XRT_IPC_MSG_SOCK_FILENAME@ 11RemoveOnStop=true 12FlushPending=true 13 14[Install] 15WantedBy=sockets.target