mirror of
https://github.com/ben-grande/qusal.git
synced 2025-01-10 06:59:41 -05:00
13 lines
306 B
Plaintext
13 lines
306 B
Plaintext
{#
|
|
SPDX-FileCopyrightText: 2022 unman <unman@thirdeyesecurity.com>
|
|
|
|
SPDX-License-Identifier: AGPL-3.0-or-later
|
|
#}
|
|
|
|
"{{ slsdotpath }}-remove-service-from-rc.local":
|
|
file.replace:
|
|
- name: /rw/config/rc.local
|
|
- pattern: 'systemctl.*unmask.*syncthing@user.service'
|
|
- repl: ''
|
|
- backup: False
|