diff options
author | Luke Shumaker <shumakl@purdue.edu> | 2015-11-06 10:17:47 -0500 |
---|---|---|
committer | Luke Shumaker <shumakl@purdue.edu> | 2015-11-06 10:17:47 -0500 |
commit | e8b0cb4c9388dabe00f082ee41d917146665ca1a (patch) | |
tree | 6cdfc27cb29fe10e1f399ba0f8daa1e347144490 /sd_daemon/lsb/exit-status.go | |
parent | 35e31f00782f28d904f8d8216ae0c07b85768193 (diff) |
fix import path
Diffstat (limited to 'sd_daemon/lsb/exit-status.go')
-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 cc1604d..44c9f3d 100644 --- a/sd_daemon/lsb/exit-status.go +++ b/sd_daemon/lsb/exit-status.go @@ -18,7 +18,7 @@ package lsb import ( "os" - "sd_daemon/logger" + "lukeshu.com/git/go/libsystemd.git/sd_daemon/logger" ) // systemd daemon(7) recommends using the exit codes defined in the |