From 085710093cb21f70b982f5da3c2994bf3a2e86ac Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Thu, 11 Jul 2013 10:22:05 +0200 Subject: [PATCH] have omf_resctl run after sliverauth --- plugins/omf_resctl.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/omf_resctl.py b/plugins/omf_resctl.py index 7d82e79..5cefc2e 100644 --- a/plugins/omf_resctl.py +++ b/plugins/omf_resctl.py @@ -13,7 +13,8 @@ import subprocess import tools import logger -priority = 50 +# we need this to run after sliverauth +priority = 150 def start(): pass -- 2.43.0