diff options
| author | 2019-10-18 11:32:22 +0100 | |
|---|---|---|
| committer | 2019-10-18 11:32:22 +0100 | |
| commit | cbae4286aaab1f6ef7781d6dec4285223de17c59 (patch) | |
| tree | 855b1771928b22604d16b5f026898b6f4a1d9cf7 /docs | |
| parent | `bitbotctl stop` should be keepalive so it exits when bitbotd exits (diff) | |
| signature | ||
define bitbot.service ExecStop as `bitbotctl stop`
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/systemd/bitbot.service | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/systemd/bitbot.service b/docs/systemd/bitbot.service index 61ad4659..964be8a4 100644 --- a/docs/systemd/bitbot.service +++ b/docs/systemd/bitbot.service @@ -13,6 +13,7 @@ Group=bitbot WorkingDirectory=/opt/bitbot/ ExecStart=/usr/bin/env python3 bitbotd +ExecStop=/usr/bin/env python3 bitbotctl stop ExecReload=/bin/kill -HUP $MAINPID Restart=always |
