9349acf6f7
The systemd-preset package centrally manages the system services that are started based on "personality types". The systemd-preset package works in concert with the platform-kickstart package. When the user selects the type of node they want to install, the kickstart package will symlink one of the node types from the systemd-preset package and will run the systemctl preset-all command to reset the services that are going to be started at boot. Test Plan Build package Build ISO Install ISO Bootstrap AIO install type Story: 2009968 Task: 46406 Depends-On: https://review.opendev.org/c/starlingx/metal/+/854667 Signed-off-by: Charles Short <charles.short@windriver.com> Change-Id: I0c9c78c7fb9a2e00904e934fde8b2ae9d7592380
28 lines
492 B
Plaintext
28 lines
492 B
Plaintext
# System stuff
|
|
enable ssh.service
|
|
enable atd.*
|
|
enable cron.*
|
|
enable rpcbind.*
|
|
enable avahi-daemon.*
|
|
enable apparmor.*
|
|
enable set-grub-install-device.*
|
|
enable networking.*
|
|
|
|
# The various syslog implementaitons
|
|
enable syslog-ng.*
|
|
|
|
# Network facing
|
|
enable libvirtd.service
|
|
|
|
# Storage
|
|
enable multipathd.service
|
|
enable libstoragemgmt.service
|
|
enable lvm2-lvmpolld.socket
|
|
enable lvm2-monitor.*
|
|
enable lvm2-lvmetad.*
|
|
enable dm-event.*
|
|
enable dmraid-activation.service
|
|
|
|
# Others
|
|
enable virlogd.socket
|