fix service

This commit is contained in:
2023-12-03 16:17:45 +01:00
parent 100268f4a7
commit 7dba4938e6

View File

@@ -18,7 +18,7 @@
systemd.services.sysbox-fs = {
description = "sysbox-fs (part of the Sysbox container runtime)";
partOf = "sysbox.service";
after = "sysbox-mgr.service";
after = [ "sysbox-mgr.service" ];
wantedBy = [ "multi-user.target" ];
serviceConfig = {
Type = "notify";