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
|
||||
}
|
||||
|
||||
_, err = conn.Reload()
|
||||
return err
|
||||
return conn.Reload()
|
||||
}
|
||||
|
||||
func ExecuteScript(scriptPath string) (string, error) {
|
||||
|
Loading…
Reference in New Issue
Block a user