From 85198974e07d0324508b3d7a8b7d07da4193fc80 Mon Sep 17 00:00:00 2001 From: jesopo Date: Sun, 31 May 2020 17:45:29 +0100 Subject: fix "apikey add" example in git_webhooks.md --- docs/help/git_webhooks.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/help/git_webhooks.md b/docs/help/git_webhooks.md index b15b7657..49cf3c17 100644 --- a/docs/help/git_webhooks.md +++ b/docs/help/git_webhooks.md @@ -7,7 +7,7 @@ First, follow instructions at [/docs/help/rest_api.md](/docs/help/rest_api.md) e.g. -> /msg <bot> apikey github-jesopo /api/github /api/gitea +> /msg <bot> apikey add github-jesopo /api/github /api/gitea ### Enable hook in-channel -- cgit v1.3.1-10-gc9f91 From b398527268b0cb2fe7a9143b5ce90131f5670295 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 10 Jul 2020 11:53:49 -0400 Subject: bitbot_user.service: remove duplicated paths setting WorkingDirectory negates the need for the full path --- docs/systemd/bitbot_user.service | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/systemd/bitbot_user.service b/docs/systemd/bitbot_user.service index ed8d014b..eb397307 100644 --- a/docs/systemd/bitbot_user.service +++ b/docs/systemd/bitbot_user.service @@ -23,9 +23,9 @@ After=default.target # The %h will be replaced with the user home directory # like /home/bitbot WorkingDirectory=%h/bitbot -ExecStart=/usr/bin/env python3 %h/bitbot/bitbotd -ExecStop=/usr/bin/env python3 %h/bitbot/bitbotctl stop -ExecReload=/usr/bin/env python3 %h/bitbot/bitbotctl reload +ExecStart=/usr/bin/env python3 bitbotd +ExecStop=/usr/bin/env python3 bitbotctl stop +ExecReload=/usr/bin/env python3 bitbotctl reload Restart=always [Install] -- cgit v1.3.1-10-gc9f91