fix sysbox service
This commit is contained in:
parent
52b6eddb40
commit
68d1456b45
1 changed files with 1 additions and 1 deletions
|
|
@ -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" ];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue