You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
pixiv/run.sh

4 lines
162 B

#!/bin/bash
privoxy --pidfile /run/privoxy.pid --user privoxy "/etc/privoxy/config" &
nohup `$SS_CONFIG` &
/usr/local/bin/python3 manage.py runserver 0.0.0.0:8000