fix: systemd service uninstall

This commit is contained in:
Bogdan Rozhkov
2023-05-15 19:30:44 +03:00
committed by Daniel Theophanes
parent 4ac50d86f3
commit becf2eb62b
+1 -1
View File
@@ -210,7 +210,7 @@ func (s *systemd) Uninstall() error {
if err := os.Remove(cp); err != nil {
return err
}
return nil
return s.run("daemon-reload")
}
func (s *systemd) Logger(errs chan<- error) (Logger, error) {