@@ -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
|
||||
|
||||
|
||||
@@ -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加入开机启动
|
||||
|
||||
|
||||
Reference in New Issue
Block a user