fix systemd file

This commit is contained in:
2023-12-03 16:18:52 +01:00
parent 7dba4938e6
commit 52b6eddb40

View File

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