mirror of
https://github.com/ben-grande/qusal.git
synced 2024-12-30 01:46:19 -05:00
9 lines
195 B
Plaintext
9 lines
195 B
Plaintext
|
#!/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
|