diff options
author | feld <feld@FreeBSD.org> | 2015-04-24 23:01:56 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2015-04-24 23:01:56 +0800 |
commit | ceca98e0485b23ded725ae9280938f950cdbd927 (patch) | |
tree | 90e2510fdfe9572af48bbe2f281fdcd204a919bc /irc | |
parent | 92e9d74a12ce872e04ef274d335e31c55572aa0a (diff) | |
download | freebsd-ports-gnome-ceca98e0485b23ded725ae9280938f950cdbd927.tar.gz freebsd-ports-gnome-ceca98e0485b23ded725ae9280938f950cdbd927.tar.zst freebsd-ports-gnome-ceca98e0485b23ded725ae9280938f950cdbd927.zip |
Anope supports reloading via HUP
Diffstat (limited to 'irc')
-rw-r--r-- | irc/anope/files/anope.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/anope/files/anope.in b/irc/anope/files/anope.in index 212aa8ce6989..762c2a991062 100644 --- a/irc/anope/files/anope.in +++ b/irc/anope/files/anope.in @@ -24,5 +24,6 @@ load_rc_config $name command=%%PREFIX%%/anope/bin/services pidfile=%%PREFIX%%/anope/data/services.pid +extra_commands=reload run_rc_command "$1" |