We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
通过-c命令设置config目录的存放文字
-c
config
设置当前目录为config目录的存放位置
aliyunpan -c . 接后续命令
aliyunpan
[Unit] Description=aliyunpan daemon [Service] Type=simple User=root ExecStart=/usr/bin/aliyunpan -c /etc/aliyunpan/ Restart=on-failure [Install] WantedBy=multi-user.target
The text was updated successfully, but these errors were encountered:
好建议,后面有时间再看看哈
Sorry, something went wrong.
No branches or pull requests
一、功能请求:
通过
-c
命令设置config
目录的存放文字二、功能使用例子:
设置当前目录为
config
目录的存放位置aliyunpan -c . 接后续命令
三、好处:
config
配置目录的信息由aliyunpan
自身管理,不需要export到环境变量The text was updated successfully, but these errors were encountered: