Skip to content

Commit

Permalink
Merge pull request #239 from HSF/dev
Browse files Browse the repository at this point in the history
fix redis
  • Loading branch information
wguanicedew authored Oct 27, 2023
2 parents b39da5c + a69ab92 commit 3066694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start-daemon.sh
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ fi
if [ ! -f /var/lib/redis ]; then
ln -s /var/log/idds/redis /var/lib/redis
fi
/usr/bin/redis-server /etc/redis.conf --supervised systemd &
/usr/bin/redis-server /etc/redis/redis.conf --supervised systemd &

echo "clean heartbeats"
python /opt/idds/tools/env/clean_heartbeat.py
Expand Down

0 comments on commit 3066694

Please sign in to comment.