diff options
-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 44c9f3d..88ff104 100644 --- a/sd_daemon/lsb/exit-status.go +++ b/sd_daemon/lsb/exit-status.go @@ -17,8 +17,8 @@ package lsb import ( - "os" "lukeshu.com/git/go/libsystemd.git/sd_daemon/logger" + "os" ) // systemd daemon(7) recommends using the exit codes defined in the |