fix systemd file
This commit is contained in:
parent
7dba4938e6
commit
52b6eddb40
1 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@
|
||||||
|
|
||||||
systemd.services.sysbox-fs = {
|
systemd.services.sysbox-fs = {
|
||||||
description = "sysbox-fs (part of the Sysbox container runtime)";
|
description = "sysbox-fs (part of the Sysbox container runtime)";
|
||||||
partOf = "sysbox.service";
|
partOf = [ "sysbox.service" ];
|
||||||
after = [ "sysbox-mgr.service" ];
|
after = [ "sysbox-mgr.service" ];
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
|
|
||||||
systemd.services.sysbox-mgr = {
|
systemd.services.sysbox-mgr = {
|
||||||
description = "sysbox-mgr (part of the Sysbox container runtime)";
|
description = "sysbox-mgr (part of the Sysbox container runtime)";
|
||||||
partOf = "sysbox.service";
|
partOf = [ "sysbox.service" ];
|
||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
Type = "notify";
|
Type = "notify";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue