mirror of
https://github.com/reddit-archive/reddit.git
synced 2026-01-29 08:48:18 -05:00
13 lines
319 B
Plaintext
13 lines
319 B
Plaintext
description "trigger notification of impending expiration or actual expiration for gold membership"
|
|
|
|
manual
|
|
task
|
|
stop on reddit-stop or runlevel [016]
|
|
|
|
nice 10
|
|
|
|
script
|
|
. /etc/default/reddit
|
|
wrap-job paster run $REDDIT_INI -c 'from r2.models import update_gold_users; update_gold_users(verbose=True)'
|
|
end script
|