mirror of
https://github.com/ben-grande/qusal.git
synced 2024-12-19 12:54:35 -05:00
9 lines
195 B
Bash
Executable File
9 lines
195 B
Bash
Executable File
#!/bin/sh
|
|
# vim: ft=sh
|
|
# SPDX-FileCopyrightText: 2022 unman <unman@thirdeyesecurity.org>
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-or-later
|
|
|
|
systemctl unmask rsync
|
|
systemctl --no-block restart rsync
|