Skip to content

Commit becf2eb

Browse files
ovoschnoi-salatkardianos
authored andcommitted
fix: systemd service uninstall
1 parent 4ac50d8 commit becf2eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

service_systemd_linux.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ func (s *systemd) Uninstall() error {
210210
if err := os.Remove(cp); err != nil {
211211
return err
212212
}
213-
return nil
213+
return s.run("daemon-reload")
214214
}
215215

216216
func (s *systemd) Logger(errs chan<- error) (Logger, error) {

0 commit comments

Comments
 (0)