fix: systemd service uninstall
This commit is contained in:
committed by
Daniel Theophanes
parent
4ac50d86f3
commit
becf2eb62b
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user