mirror of
https://github.com/ben-grande/qusal.git
synced 2024-10-01 02:35:49 -04:00
f30bd20f54
- Install RPC service to template; - Move qube configuration to template configuration; - Start server after the Qubes Services are created; - Qrexec policy ask to both app and disposable qube; and - Rename systemd service to qusal prefix instead of qubes.
20 lines
616 B
Plaintext
20 lines
616 B
Plaintext
{#
|
|
SPDX-FileCopyrightText: 2022 - 2023 unman <unman@thirdeyesecurity.org>
|
|
SPDX-FileCopyrightText: 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
#}
|
|
|
|
"{{ slsdotpath }}-client-systemd-print-forwarder":
|
|
file.managed:
|
|
- name: /usr/lib/systemd/system/qusal-print-forwarder.service
|
|
- source: salt://{{ slsdotpath }}/files/client/systemd/qusal-print-forwarder.service
|
|
- mode: '0644'
|
|
- user: root
|
|
- group: root
|
|
- makedirs: True
|
|
|
|
"{{ slsdotpath }}-enable-systemd-service-print-forwarder":
|
|
service.enabled:
|
|
- name: qusal-print-forwarder.service
|