mirror of
https://github.com/cloudreve/Cloudreve.git
synced 2025-12-25 15:42:47 +00:00
7 lines
149 B
Plaintext
7 lines
149 B
Plaintext
[supervisord]
|
|
nodaemon=false
|
|
|
|
[program:background_process]
|
|
command=aria2c --enable-rpc --save-session /cloudreve/data
|
|
autostart=true
|
|
autorestart=true |