Skip to content

Commit

Permalink
fix: systemd service uninstall
Browse files Browse the repository at this point in the history
  • Loading branch information
ovoschnoi-salat authored and kardianos committed Jun 13, 2024
1 parent 4ac50d8 commit becf2eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service_systemd_linux.go
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit becf2eb

Please sign in to comment.