diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-01-23 11:00:18 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-01-23 11:00:18 +0200 |
commit | 37700d18633ff91ea65efa5ad23e6623ad346690 (patch) | |
tree | 63f03f6f0229d18ef0b4f85c8501ec83d9bd5f93 | |
parent | edc0d9986ac3e00fd0f2a334b0b50a80002d461b (diff) |
Minor tweak to agent .service file
-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] |