mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-01-26 16:41:49 +00:00
fd6bd0f592
u_file_get_runtime_dir falls back to /tmp if $XDG_RUNTIME_DIR is not set. ipc: %t/monado_comp_ipc socket for systemd socket activation
15 lines
303 B
SYSTEMD
15 lines
303 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=%t/monado_comp_ipc
|
|
RemoveOnStop=true
|
|
|
|
[Install]
|
|
WantedBy=sockets.target
|