12
0

Accepting request 1159881 from home:dimstar:Factory

- Enable chronyd: syncronized time is something nice to have.

OBS-URL: https://build.opensuse.org/request/show/1159881
OBS-URL: https://build.opensuse.org/package/show/Virtualization:Appliances:Images:openSUSE-Tumbleweed/livecd-openSUSE?expand=0&rev=171
This commit is contained in:
2024-03-20 16:06:49 +00:00
committed by Git OBS Bridge
parent b4192b249d
commit 74f07f3fc2
2 changed files with 6 additions and 1 deletions

View File

@@ -52,7 +52,7 @@ fi
#--------------------------------------
# enable and disable services
for i in langset NetworkManager firewalld; do
for i in langset NetworkManager firewalld chronyd; do
systemctl -f enable $i
done

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Mar 19 16:18:33 UTC 2024 - Dominique Leuenberger <dimstar@opensuse.org>
- Enable chronyd: syncronized time is something nice to have.
-------------------------------------------------------------------
Fri Mar 15 10:24:24 UTC 2024 - Guillaume GARDET <guillaume.gardet@opensuse.org>