diff options
author | Zach Copley <zach@controlyourself.ca> | 2009-05-07 02:07:31 -0700 |
---|---|---|
committer | Zach Copley <zach@controlyourself.ca> | 2009-05-07 02:07:31 -0700 |
commit | bc190595d1dfd56bf7e68597b3d574909eb27260 (patch) | |
tree | 4d9e9a67edeac7f8481de278c04f0cc984cf7e7f /scripts/stopdaemons.sh | |
parent | 856e05a08ff8d09fbd580ed35906e3dda0475a0a (diff) |
Added TwitterStatusFetcher into daemon startup and shutdown subsystem
Diffstat (limited to 'scripts/stopdaemons.sh')
-rwxr-xr-x | scripts/stopdaemons.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/stopdaemons.sh b/scripts/stopdaemons.sh index f6d71eddf..764037e8f 100755 --- a/scripts/stopdaemons.sh +++ b/scripts/stopdaemons.sh @@ -25,7 +25,7 @@ DIR=`php $SDIR/getpiddir.php` for f in jabberhandler ombhandler publichandler smshandler pinghandler \ xmppconfirmhandler xmppdaemon twitterhandler facebookhandler \ - memcachehandler inboxhandler; do + memcachehandler inboxhandler twitterstatusfetcher; do FILES="$DIR/$f.*.pid" for ff in "$FILES" ; do |