Add copyright for restart func
This commit is contained in:
@@ -78,6 +78,8 @@ func RunUntilSignal() {
|
||||
println("exit with signal:", (<-sigs).String())
|
||||
}
|
||||
|
||||
// Restart idea taken from https://github.com/tillberg/autorestart
|
||||
// Copyright (c) 2015, Dan Tillberg
|
||||
func Restart() {
|
||||
path, err := exec.LookPath(os.Args[0])
|
||||
if err != nil {
|
||||
|
||||
Reference in New Issue
Block a user