From 059c8aa57eee31484039deadc531851287b34e06 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Wed, 14 Aug 2019 21:38:45 -0400 Subject: exit-status.go: Verify that it's up-to-date for SD v242 --- sd_daemon/exit-status.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sd_daemon/exit-status.go b/sd_daemon/exit-status.go index 7993dbc..5b86205 100644 --- a/sd_daemon/exit-status.go +++ b/sd_daemon/exit-status.go @@ -1,4 +1,4 @@ -// Copyright 2015-2016, 2018 Luke Shumaker +// Copyright 2015-2016, 2018-2019 Luke Shumaker // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -75,6 +75,7 @@ const ( // 200-254 are reserved (for init system use). // So, take codes 200+ from systemd's // `src/basic/exit-status.h` + // (last updated for SD v242) EXIT_CHDIR uint8 = 200 // SD v8+ EXIT_NICE uint8 = 201 // SD v8+ EXIT_FDS uint8 = 202 // SD v8+ -- cgit v1.2.3