mirror of
https://github.com/ben-grande/qusal.git
synced 2025-03-06 05:36:03 -05:00
10 lines
312 B
Bash
Executable File
10 lines
312 B
Bash
Executable File
#!/bin/sh
|
|
# vim: ft=sh
|
|
# SPDX-FileCopyrightText: 2023 - 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
cp -r -- /rw/config/systemd/qubes-http-forwarder* /usr/lib/systemd/system/
|
|
systemctl daemon-reload
|
|
systemctl --no-block restart qubes-http-forwarder.socket
|