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-paster.conf
blob
597b7aabb0fd2b9bfe6174e5fabebdbc969cce2d
1
description "the reddit app running under paster"
2
3
stop on reddit-stop or reddit-restart all or reddit-restart apps
4
start on reddit-start or reddit-restart all or reddit-restart apps
5
6
respawn
7
respawn limit 10 5
8
9
script
10
. /etc/default/reddit
11
wrap-job paster serve --reload $REDDIT_INI
12
end script