mirror of
https://github.com/ben-grande/qusal.git
synced 2024-12-15 02:44:31 -05:00
12 lines
325 B
SYSTEMD
12 lines
325 B
SYSTEMD
|
# SPDX-FileCopyrightText: 2023 - 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com
|
||
|
#
|
||
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
||
|
|
||
|
[Unit]
|
||
|
Description=Forward ACNG Admin Web Panel connection over Qrexec
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/usr/bin/qrexec-client-vm @default qubes.ConnectTCP+8082
|
||
|
StandardInput=socket
|
||
|
StandardOutput=inherit
|