fix sysbox services
This commit is contained in:
parent
6390ace14c
commit
b4e285c00c
1 changed files with 2 additions and 4 deletions
|
|
@ -21,8 +21,7 @@
|
|||
after = "sysbox-mgr.service";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
Type = "notify";
|
||||
Type = [ "simple" "notify" ];
|
||||
ExecStart = "${pkgs.sysbox}/bin/sysbox-fs";
|
||||
TimeoutStartSec = 10;
|
||||
TimeoutStopSec = 10;
|
||||
|
|
@ -42,8 +41,7 @@
|
|||
partOf = "sysbox.service";
|
||||
wantedBy = [ "multi-user.target" ];
|
||||
serviceConfig = {
|
||||
Type = "simple";
|
||||
Type = "notify";
|
||||
Type = [ "simple" "notify" ];
|
||||
ExecStart = "${pkgs.sysbox}/bin/sysbox-mgr";
|
||||
TimeoutStartSec = 45;
|
||||
TimeoutStopSec = 90;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue