There was an error while loading. Please reload this page.
2 parents 9a35ff8 + 981bc5f commit 0ae5626Copy full SHA for 0ae5626
ebook/12.3.md
@@ -123,7 +123,7 @@ Supervisord默认的配置文件路径为/etc/supervisord.conf,通过文本编
123
124
;/etc/supervisord.conf
125
[unix_http_server]
126
-file = /var/run/supervisor.sock
+file = /var/run/supervisord.sock
127
chmod = 0777
128
chown= root:root
129
ebook/12.4.md
@@ -28,7 +28,7 @@ rsync主要有以下三个配置文件rsyncd.conf(主配置文件)、rsyncd.secr
28
29
- 服务端开启:
30
31
-#/usr/bin/rsync --daemon --config=/etc/rsyncd/rsyncd.conf
+#/usr/bin/rsync --daemon --config=/etc/rsyncd.conf
32
33
--daemon参数方式,是让rsync以服务器模式运行。把rsync加入开机启动
34
0 commit comments