使用 supervisor 让我们的 web 服务随系统启动
安装apt install supervisor 配置文件默认位置 /etc/supervisor/supervisord.conf ; supervisor config file[unix_http_server]file=/var/run/supervisor.sock ; (the path to the socket file)chmod=0700
安装apt install supervisor 配置文件默认位置 /etc/supervisor/supervisord.conf ; supervisor config file[unix_http_server]file=/var/run/supervisor.sock ; (the path to the socket file)chmod=0700
1. 中文语言支持安装中文语言包: apt install language-pack-zh-hant language-pack-zh-hans 配置相关环境变量: vim /etc/environment 在文件中增加语言和编码的设置: LANG="zh_CN.UTF-8"LANGUAGE="zh_CN:zh:en_US:en" 重新设置本地配置: dp