From 37700d18633ff91ea65efa5ad23e6623ad346690 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Wed, 23 Jan 2019 11:00:18 +0200 Subject: Minor tweak to agent .service file --- bbot/bbot-agent@.service | 6 +++--- 1 file 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] -- cgit v1.1