diff options
-rw-r--r-- | bbot/bbot-agent@.service | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bbot/bbot-agent@.service b/bbot/bbot-agent@.service index f4d750b..94770ef 100644 --- a/bbot/bbot-agent@.service +++ b/bbot/bbot-agent@.service @@ -1,11 +1,11 @@ # Notes: # # The template parameter is the instance number. Use `%I` in Description or -# similar and %i everywhere else (`%I` is rewritten by Build OS monitor to -# include the toolchain name, for example, `stage/%I`). +# similar and `%i` everywhere else (`%I` is rewritten by Build OS monitor to +# include the toolchain name). # [Unit] -Description=bbot agent instance %I +Description=bbot agent %I After=multi-user.target [Service] |