fix sysbox service
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
{
|
{
|
||||||
systemd.services.sysbox = {
|
systemd.services.sysbox = {
|
||||||
description = "Sysbox container runtime";
|
description = "Sysbox container runtime";
|
||||||
documentation = "https://github.com/nestybox/sysbox";
|
documentation = [ "https://github.com/nestybox/sysbox" ];
|
||||||
bindsTo = [ "sysbox-mgr.service" "sysbox-fs.service" ];
|
bindsTo = [ "sysbox-mgr.service" "sysbox-fs.service" ];
|
||||||
after = [ "sysbox-mgr.service" "sysbox-fs.service" ];
|
after = [ "sysbox-mgr.service" "sysbox-fs.service" ];
|
||||||
before = [ "docker.service" "containerd.service" ];
|
before = [ "docker.service" "containerd.service" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user