Merge pull request #223 from haibinpark/master

错误修正
This commit is contained in:
astaxie
2013-07-15 19:19:01 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -123,7 +123,7 @@ Supervisord默认的配置文件路径为/etc/supervisord.conf通过文本编
;/etc/supervisord.conf
[unix_http_server]
file = /var/run/supervisor.sock
file = /var/run/supervisord.sock
chmod = 0777
chown= root:root

View File

@@ -28,7 +28,7 @@ rsync主要有以下三个配置文件rsyncd.conf(主配置文件)、rsyncd.secr
- 服务端开启:
#/usr/bin/rsync --daemon --config=/etc/rsyncd/rsyncd.conf
#/usr/bin/rsync --daemon --config=/etc/rsyncd.conf
--daemon参数方式是让rsync以服务器模式运行。把rsync加入开机启动