From f01d48f9ae282a494455e5b3ac545d99a88a711f Mon Sep 17 00:00:00 2001 From: palmtree5 <3577255+palmtree5@users.noreply.github.com> Date: Sun, 27 May 2018 20:51:31 -0800 Subject: [PATCH] [V3 Docs] allow [p]shutdown to actually shut the bot down (#1668) --- docs/autostart_systemd.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/autostart_systemd.rst b/docs/autostart_systemd.rst index 9d24969f0..abad039e7 100644 --- a/docs/autostart_systemd.rst +++ b/docs/autostart_systemd.rst @@ -27,6 +27,7 @@ Paste the following and replace all instances of :code:`username` with the usern Type=idle Restart=always RestartSec=15 + RestartPreventExitStatus=0 [Install] WantedBy=multi-user.target