diff options
Diffstat (limited to 'sd_daemon/lsb')
-rw-r--r-- | sd_daemon/lsb/exit-status.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd_daemon/lsb/exit-status.go b/sd_daemon/lsb/exit-status.go index fbbb5e3..9004dc3 100644 --- a/sd_daemon/lsb/exit-status.go +++ b/sd_daemon/lsb/exit-status.go @@ -40,7 +40,7 @@ const ( // 100-149 are reserved for distribution use // 150-199 are reserved for application use // 200-254 are reserved for init system use - + // // Therefore, the following are taken from systemd's // `src/basic/exit-status.h` EXIT_CHDIR uint8 = 200 |