mirror of
https://github.com/ben-grande/qusal.git
synced 2025-11-30 03:07:06 -05:00
- 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
11 lines
327 B
Desktop File
11 lines
327 B
Desktop File
# SPDX-FileCopyrightText: 2023 - 2025 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
[Unit]
|
|
Description=Forward Syncthing Admin Panel connection over Qrexec
|
|
|
|
[Service]
|
|
ExecStart=/usr/bin/qrexec-client-vm @default qubes.ConnectTCP+8384
|
|
StandardInput=socket
|
|
StandardOutput=inherit
|