mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
Use different exit codes for critical errors vs configuration errors (#5674)
Co-authored-by: jack1142 <6032823+jack1142@users.noreply.github.com>
This commit is contained in:
@@ -52,9 +52,10 @@ Paste the following in the file, and replace all instances of :code:`username` w
|
||||
User=username
|
||||
Group=username
|
||||
Type=idle
|
||||
Restart=always
|
||||
Restart=on-abnormal
|
||||
RestartSec=15
|
||||
RestartPreventExitStatus=0
|
||||
RestartForceExitStatus=1
|
||||
RestartForceExitStatus=26
|
||||
TimeoutStopSec=10
|
||||
|
||||
[Install]
|
||||
|
||||
Reference in New Issue
Block a user