Skip to content

Commit 0ae5626

Browse files
committed
Merge pull request astaxie#223 from haibinpark/master
错误修正
2 parents 9a35ff8 + 981bc5f commit 0ae5626

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ebook/12.3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Supervisord默认的配置文件路径为/etc/supervisord.conf,通过文本编
123123

124124
;/etc/supervisord.conf
125125
[unix_http_server]
126-
file = /var/run/supervisor.sock
126+
file = /var/run/supervisord.sock
127127
chmod = 0777
128128
chown= root:root
129129

ebook/12.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ rsync主要有以下三个配置文件rsyncd.conf(主配置文件)、rsyncd.secr
2828

2929
- 服务端开启:
3030

31-
#/usr/bin/rsync --daemon --config=/etc/rsyncd/rsyncd.conf
31+
#/usr/bin/rsync --daemon --config=/etc/rsyncd.conf
3232

3333
--daemon参数方式,是让rsync以服务器模式运行。把rsync加入开机启动
3434

0 commit comments

Comments
 (0)