repo.or.cz
/
reddit.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Update README for archival
[reddit.git]
/
upstart
/
reddit-job-update_geoip.conf
blob
d5482f647bce1ddc5dd0e9e6a5b1f2851bdce486
1
description "refresh the geoip databases"
2
3
manual
4
task
5
stop on reddit-stop or runlevel [016]
6
7
nice 10
8
9
script
10
. /etc/default/reddit
11
geoipupdate
12
service gunicorn reload geoip.conf
13
end script