Compare commits

..

No commits in common. "389b88331dc6ff5320b58c517810f22cae81c8f7" and "dd25ba0787b437dbb7df60f9c01ed6384901ccc1" have entirely different histories.

2 changed files with 1 additions and 7 deletions

View File

@ -52,12 +52,6 @@ func start(conf *service.Service) error {
Args: []string{"stop", name + ".service"},
Must: false,
},
Runnable{
Exec: "systemctl",
Args: []string{"enable", name + ".service"},
Badwords: []string{"not found", "failed"},
Must: true,
},
Runnable{
Exec: "systemctl",
Args: []string{"start", name + ".service"},

View File

@ -18,7 +18,7 @@ import (
)
var GitRev = "000000000"
var GitVersion = "v0.3.2-pre+dirty"
var GitVersion = "v0.3.1-pre+dirty"
var GitTimestamp = time.Now().Format(time.RFC3339)
func usage() {