2024-06-24 17:44:35 +02:00
|
|
|
# SPDX-FileCopyrightText: 2023 - 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com
|
2023-11-13 14:33:28 +00:00
|
|
|
#
|
|
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
|
|
|
|
[Unit]
|
2024-06-25 22:16:26 +02:00
|
|
|
Description=Forward Print connection over Qrexec
|
2024-06-19 18:08:20 +02:00
|
|
|
After=qubes-sysinit.service
|
2024-06-25 22:16:26 +02:00
|
|
|
Before=qubes-qrexec-agent.service
|
|
|
|
ConditionPathExists=/var/run/qubes-service/print-client
|
2023-11-13 14:33:28 +00:00
|
|
|
|
|
|
|
[Socket]
|
2024-06-25 22:16:26 +02:00
|
|
|
ListenStream=127.0.0.1:631
|
2023-11-13 14:33:28 +00:00
|
|
|
BindToDevice=lo
|
|
|
|
Accept=true
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|