cant restart #2582
-
Checklist
ASF versionLatest stable release ASF variantdocker-linux/arm64 Bug descriptioni cant use the Expected behaviorrestart it Actual behaviorSteps to reproduceNo response Possible reason/solutionNo response Can you help us with this bug report?Somehow, I can test and offer feedback, but can't code Full log.txt recorded during reproducing the problem
Global ASF.json config fileNo response BotName.json config of all affected bot instancesNo response Additional infoNo response |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
You can't restart ASF if it was started with If you have a daemon (such as |
Beta Was this translation helpful? Give feedback.
You can't restart ASF if it was started with
--no-restart
argument. This argument is provided for example if you're usingsystemd
service, but it could also be provided yourself or through any other way you start ASF.If you have a daemon (such as
systemd
) responsible for restarting ASF after it exits, then!exit
will be sufficient for restart. If you don't have any daemon and you intend ASF to be running completely standalone, then don't supply--no-restart
yourself.