支持多家云存储的云盘系统
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.

6 lines
149 B

  1. [supervisord]
  2. nodaemon=false
  3. [program:background_process]
  4. command=aria2c --enable-rpc --save-session /cloudreve/data
  5. autostart=true
  6. autorestart=true