s6: longshot -> longrun (typo)

This commit is contained in:
Colin 2024-04-26 22:46:45 +00:00
parent 19115dfb65
commit 8dd4fe06f3

View File

@ -237,7 +237,7 @@ let
inherit (if service.startCommand != null then
{ type="oneshot"; run = service.startCommand; }
else if service.command != null then
{ type="longshot"; run = service.command; }
{ type="longrun"; run = service.command; }
else
{ type="bundle"; run = null; }
) type run;