summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <shumakl@purdue.edu>2015-11-06 10:17:47 -0500
committerLuke Shumaker <shumakl@purdue.edu>2015-11-06 10:17:47 -0500
commite8b0cb4c9388dabe00f082ee41d917146665ca1a (patch)
tree6cdfc27cb29fe10e1f399ba0f8daa1e347144490
parent35e31f00782f28d904f8d8216ae0c07b85768193 (diff)
fix import path
-rw-r--r--sd_daemon/lsb/exit-status.go2
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