mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-14 04:52:59 +02:00
libvirtd: Enable required cgroups
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
10a2b80cce
commit
40a3053a67
@@ -20,9 +20,14 @@ case $1 in
|
||||
boot_mesg "Load required kernel modules for Libvirt"
|
||||
modprobe tun vhost_net
|
||||
evaluate_retval
|
||||
|
||||
# Enable required cgroup controllers
|
||||
if [ -d "/sys/fs/cgroup" ]; then
|
||||
echo "+cpu +io" > /sys/fs/cgroup/cgroup.subtree_control
|
||||
fi
|
||||
|
||||
boot_mesg "Starting Libvirt Daemon..."
|
||||
loadproc /usr/sbin/libvirtd -d
|
||||
|
||||
;;
|
||||
|
||||
stop)
|
||||
|
||||
Reference in New Issue
Block a user