diff --git a/daemon/src/service.rs b/daemon/src/service.rs index 55a13bc..a252f68 100644 --- a/daemon/src/service.rs +++ b/daemon/src/service.rs @@ -269,7 +269,7 @@ impl<'owner> Service<'owner> { } pub fn cfs_apply(&self, config: &crate::config::cfs::Profile) { - if self.config.cfs_profiles.enable { + if !self.config.cfs_profiles.enable { return; }