add pluginhandler to list of daemons to shut down
This commit is contained in:
parent
b5451353e0
commit
ba4fd15abd
@ -25,7 +25,7 @@ DIR=`php $SDIR/getpiddir.php`
|
||||
|
||||
for f in jabberhandler ombhandler publichandler smshandler pinghandler \
|
||||
xmppconfirmhandler xmppdaemon twitterhandler facebookhandler \
|
||||
twitterstatusfetcher synctwitterfriends; do
|
||||
twitterstatusfetcher synctwitterfriends pluginhandler; do
|
||||
|
||||
FILES="$DIR/$f.*.pid"
|
||||
for ff in "$FILES" ; do
|
||||
|
Loading…
Reference in New Issue
Block a user