mirror of
https://github.com/cloudreve/cloudreve.git
synced 2026-03-03 02:57:01 +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 |