On Tue, Apr 07, [email protected] wrote: > Where should a change to the default setting like > > xl sched-credit -d Domain-0 -w 512 > > be made? > > There's > > /usr/lib/systemd/system/after-local.service -> /etc/init.d/after.local > > but any entries there would have to detect Xen and be Xen-specific, not > firing if booting to non-Xen.
if test -d /proc/xen ; then xl $whatever ; fi Olaf -- To unsubscribe, e-mail: [email protected] To contact the owner, e-mail: [email protected]
