mirror of
https://github.com/ben-grande/qusal.git
synced 2025-02-11 20:48:43 -05:00
![Ben Grande](/assets/img/avatar_default.png)
- Add to qvm-run: - no-gui when command doesn't require a GUI - filter-escape-chars when pass-io is set and output is not a file, such as a pipe that could later be used to print information. - Change remaining echo to printf - Add end-of-options separator when possible
17 lines
377 B
SYSTEMD
17 lines
377 B
SYSTEMD
# SPDX-FileCopyrightText: 2023 - 2025 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
[Unit]
|
|
Description=Forward Rsync connection over Qrexec
|
|
After=qubes-sysinit.service
|
|
ConditionPathExists=/var/run/qubes-service/rsync-client
|
|
|
|
[Socket]
|
|
ListenStream=127.0.0.1:1839
|
|
BindToDevice=lo
|
|
Accept=true
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|