exchange

Base system with REST service to issue digital coins, run by the payment service provider
Log | Files | Refs | Submodules | README | LICENSE

commit c3e597a8183cb86b0895118ee3f87e42c968d55b
parent 02600a748e0262903b23a5b7f9fa5777c5e16aa5
Author: Christian Grothoff <christian@grothoff.org>
Date:   Mon,  8 Jan 2024 16:32:52 +0100

define exit code for not restarting via systemd (see #8030)

Diffstat:
Msrc/include/platform.h | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/src/include/platform.h b/src/include/platform.h @@ -254,6 +254,11 @@ atoll (const char *nptr); #define EXIT_NOTRUNNING 7 #endif +#ifndef EXIT_NO_RESTART 9 +#define EXIT_NO_RESTART 9 +#endif + + /** * clang et al do not have such an attribute */