summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2023-10-20 22:50:58 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2023-10-20 22:50:58 -0500
commit339b6823b81ea02a1758a4568f53a151e49efc41 (patch)
tree23077af97e5689f32c6e97016cbe48d1ac151e0c
parenta8c6ade54c55e5470ec0b677729ed368dd796d75 (diff)
downloadimage-339b6823b81ea02a1758a4568f53a151e49efc41.tar.gz
image-339b6823b81ea02a1758a4568f53a151e49efc41.tar.bz2
image-339b6823b81ea02a1758a4568f53a151e49efc41.tar.xz
image-339b6823b81ea02a1758a4568f53a151e49efc41.zip
Base configuration: Put chronyd in graphical RL
This ensures our local script that sets the time can run *before* the daemon starts. Once the daemon has started, it is no longer possible to set the time manually using chrony. Ref: #361
-rw-r--r--configs/base/base.installfile2
-rw-r--r--configs/base/kde.installfile2
-rw-r--r--configs/base/lxqt.installfile2
-rw-r--r--configs/base/mate.installfile2
-rw-r--r--configs/base/xfce.installfile2
5 files changed, 5 insertions, 5 deletions
diff --git a/configs/base/base.installfile b/configs/base/base.installfile
index b859191..69e7d67 100644
--- a/configs/base/base.installfile
+++ b/configs/base/base.installfile
@@ -21,7 +21,7 @@ pkginstall iw wireless-tools wpa_supplicant
pkginstall hdparm pciutils pcmciautils smartmontools usbutils
# User convenience tools
pkginstall bzip2 chrony gnupg kbd-keymaps less links lzop nano openssh tmux
-svcenable chronyd
+svcenable chronyd graphical
repository https://distfiles.adelielinux.org/adelie/current/system
repository https://distfiles.adelielinux.org/adelie/current/user
diff --git a/configs/base/kde.installfile b/configs/base/kde.installfile
index a636b84..5948013 100644
--- a/configs/base/kde.installfile
+++ b/configs/base/kde.installfile
@@ -6,6 +6,6 @@ svcenable udev boot
svcenable udev-trigger boot
svcenable bluetooth graphical
svcenable elogind
-svcenable NetworkManager graphical
+svcenable NetworkManager
svcenable sddm graphical
svcenable wpa_supplicant
diff --git a/configs/base/lxqt.installfile b/configs/base/lxqt.installfile
index 0226f01..6f1c8c4 100644
--- a/configs/base/lxqt.installfile
+++ b/configs/base/lxqt.installfile
@@ -5,6 +5,6 @@ pkginstall livecd-support-horizon livecd-support-lxqt networkmanager
svcenable udev boot
svcenable udev-trigger boot
svcenable elogind
-svcenable NetworkManager graphical
+svcenable NetworkManager
svcenable sddm graphical
svcenable wpa_supplicant
diff --git a/configs/base/mate.installfile b/configs/base/mate.installfile
index ff5578e..c89f20d 100644
--- a/configs/base/mate.installfile
+++ b/configs/base/mate.installfile
@@ -5,6 +5,6 @@ pkginstall livecd-support-horizon livecd-support-mate networkmanager
svcenable udev boot
svcenable udev-trigger boot
svcenable elogind
-svcenable NetworkManager graphical
+svcenable NetworkManager
svcenable sddm graphical
svcenable wpa_supplicant
diff --git a/configs/base/xfce.installfile b/configs/base/xfce.installfile
index b440ac9..63cfee3 100644
--- a/configs/base/xfce.installfile
+++ b/configs/base/xfce.installfile
@@ -5,6 +5,6 @@ pkginstall livecd-support-horizon livecd-support-xfce networkmanager
svcenable udev boot
svcenable udev-trigger boot
svcenable elogind
-svcenable NetworkManager graphical
+svcenable NetworkManager
svcenable sddm graphical
svcenable wpa_supplicant