mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-27 09:01:46 +00:00
15 lines
305 B
SYSTEMD
15 lines
305 B
SYSTEMD
# SPDX-License-Identifier: BSL-1.0
|
|
# SPDX-FileCopyrightText: 2020, Collabora, Ltd.
|
|
|
|
[Unit]
|
|
Description=Monado XR service module connection socket @extra_desc@
|
|
ConditionUser=!root
|
|
Conflicts=@conflicts@.socket
|
|
|
|
[Socket]
|
|
ListenStream=/tmp/monado_comp_ipc
|
|
RemoveOnStop=true
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|