Skip to content

Commit

Permalink
Revert "use /event/-based singleton mutex to reload wmiirc instead of…
Browse files Browse the repository at this point in the history
… exec()"

Because if zombie instances of this wmiirc have an IXP::Error on
/event, then there's no way they are going to see "Start wmiirc"
on /event and kindly terminate themselves.

This reverts commit a71b748.
  • Loading branch information
sunaku committed Oct 2, 2009
1 parent 75fcad4 commit 3d642a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.rb
Expand Up @@ -439,5 +439,5 @@ def status_click name, mouse_button
#
def reload_config
LOG.info 'reload'
launch $0
exec $0
end

0 comments on commit 3d642a5

Please sign in to comment.