Skip to content

Commit

Permalink
drvcore fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennisbonke committed Jan 21, 2025
1 parent 882b600 commit ec2c4e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions posix/subsystem/src/drvcore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,10 @@ void initialize() {
// Create /sys/fs/cgroup directories
auto fs_object = std::make_shared<sysfs::Object>(nullptr, "fs");
auto cgroup_object = std::make_shared<sysfs::Object>(fs_object, "cgroup");
auto systemd_object = std::make_shared<sysfs::Object>(cgroup_object, "systemd");
// auto systemd_object = std::make_shared<sysfs::Object>(cgroup_object, "systemd");
fs_object->addObject();
cgroup_object->addObject();
systemd_object->addObject();
// systemd_object->addObject();
}

namespace {
Expand Down

0 comments on commit ec2c4e7

Please sign in to comment.