fix(systemd): Update usage of dbus.Reload
This commit is contained in:
parent
f5f9a0a6a9
commit
58ae898948
@ -116,8 +116,7 @@ func DaemonReload() error {
|
|||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
|
||||||
_, err = conn.Reload()
|
return conn.Reload()
|
||||||
return err
|
|
||||||
}
|
}
|
||||||
|
|
||||||
func ExecuteScript(scriptPath string) (string, error) {
|
func ExecuteScript(scriptPath string) (string, error) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user