diff options
Diffstat (limited to 'sd_daemon/notify.go')
-rw-r--r-- | sd_daemon/notify.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd_daemon/notify.go b/sd_daemon/notify.go index ad63659..360e364 100644 --- a/sd_daemon/notify.go +++ b/sd_daemon/notify.go @@ -17,10 +17,10 @@ package sd_daemon import ( + "bytes" "net" "os" "syscall" - "bytes" ) // Notify sends a message from process pid to the service manager |