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 |