2023-10-05 12:55:53 +03:30
|
|
|
# SPDX-FileCopyrightText: no
|
|
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
#
|
|
|
|
# Configuration for the shell process job.
|
|
|
|
|
|
|
|
---
|
|
|
|
dontChroot: false
|
|
|
|
timeout: 10
|
|
|
|
script:
|
2024-03-10 10:26:50 +03:30
|
|
|
- "-systemctl enable bluetooth"
|
2024-03-06 22:52:16 +03:30
|
|
|
- "-rm -rf /etc/sddm.conf.d/autologin.conf"
|
2024-03-25 17:22:00 +03:30
|
|
|
- "-rm -rf /etc/sudoers.d/g_wheel"
|
2023-10-05 12:55:53 +03:30
|
|
|
|