s6: longshot -> longrun (typo)
This commit is contained in:
@@ -237,7 +237,7 @@ let
|
|||||||
inherit (if service.startCommand != null then
|
inherit (if service.startCommand != null then
|
||||||
{ type="oneshot"; run = service.startCommand; }
|
{ type="oneshot"; run = service.startCommand; }
|
||||||
else if service.command != null then
|
else if service.command != null then
|
||||||
{ type="longshot"; run = service.command; }
|
{ type="longrun"; run = service.command; }
|
||||||
else
|
else
|
||||||
{ type="bundle"; run = null; }
|
{ type="bundle"; run = null; }
|
||||||
) type run;
|
) type run;
|
||||||
|
Reference in New Issue
Block a user