1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
DaemonCore Daemon Exit Codes
============================
Table B.5: DaemonCore Daemon Exit Codes
+-------------+----------------------------------------------------------------------------+
| Exit Code | Description |
+-------------+----------------------------------------------------------------------------+
| 0 | Normal exit of daemon |
+-------------+----------------------------------------------------------------------------+
| 4 | Daemon fatal internal error |
+-------------+----------------------------------------------------------------------------+
| 44 | Failure to write to daemon log |
+-------------+----------------------------------------------------------------------------+
| 99 | :macro:`DAEMON_SHUTDOWN` evaluated to ``True`` |
+-------------+----------------------------------------------------------------------------+
|