licence!: switched to AGPL

This commit is contained in:
Tobias Schmidl 2023-10-17 13:25:13 +02:00
parent 1513f469ba
commit 14ad9f2acd
8 changed files with 269 additions and 24 deletions

View file

@ -1,5 +1,9 @@
#! /bin/sh
# SPDX-FileCopyrightText: 2023 Tobias Schmidl
#
# SPDX-License-Identifier: AGPL-3.0-or-later
rm -rf /root/.cache /root/.rnd
find /tmp -type d -name 'systemd-*-systemd-timesyncd.service*' -exec rm -rf '{}' '+'
find /var/tmp -type d -name 'systemd-*-systemd-timesyncd.service*' -exec rm -rf '{}' '+'