mirror of
https://github.com/ben-grande/qusal.git
synced 2024-12-19 04:44:39 -05:00
13 lines
341 B
Plaintext
13 lines
341 B
Plaintext
|
#!/bin/sh
|
||
|
## SPDX-FileCopyrightText: 2024 Benjamin Grande M. S. <ben.grande.b@gmail.com>
|
||
|
##
|
||
|
## SPDX-License-Identifier: AGPL-3.0-or-later
|
||
|
|
||
|
systemctl mask bootclockrandomization
|
||
|
systemctl disable bootclockrandomization
|
||
|
systemctl stop bootclockrandomization
|
||
|
|
||
|
systemctl mask sdwdate
|
||
|
systemctl disable sdwdate
|
||
|
systemctl stop sdwdate
|