diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-22 17:54:34 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2017-04-22 17:54:34 +0200 |
commit | 1fef20e94bd9960da1b2ea0b2a41b94a79f8abc5 (patch) | |
tree | 82bf2d80c84858a388818ec04652babbd07b0571 | |
parent | 239f17cd66b8e9480373274f2a9784b61fc49b47 (diff) |
Up default agent verbosity to 3
-rw-r--r-- | bbot/bbot-agent@.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bbot/bbot-agent@.service b/bbot/bbot-agent@.service index d360a60..b15108f 100644 --- a/bbot/bbot-agent@.service +++ b/bbot/bbot-agent@.service @@ -5,7 +5,7 @@ After=default.target [Service] Type=simple -Environment=VERBOSE=1 +Environment=VERBOSE=3 Environment=CPU=1 Environment=RAM=1048576 |