This commit is contained in:
Daniel Theophanes
2012-05-11 01:33:29 -07:00
parent 0056a72596
commit 82c9b0060c
+2 -2
View File
@@ -1,11 +1,11 @@
package service
import (
"os"
"fmt"
"log/syslog"
"text/template"
"os"
"os/signal"
"text/template"
)
func newService(name, displayName, description string) (s *linuxUpstartService, err error) {