码迷,mamicode.com
首页 > 系统相关 > 详细

linux为 rsync 添加开机启动

时间:2019-08-09 15:45:09      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:cal   linux   --   开机启动   守护   gre   local   需要   sync   

[root@rsync-server-1 /]# echo "/usr/bin/rsync --daemon" >> /etc/rc.local

 

 

[root@rsync-server-1 /]# grep daemon /etc/rc.local

 

 

# rsyncd service daemon by sun 20140628

 

 

/usr/bin/rsync --daemon

 

 

这里顺带附上重启的命令,rsync 重启有点麻烦,需要以先杀掉后台守护进程,然后再启动的方式

 

来重启服务。

 

[root@rsync-server-1 /]# pkill rsync

 

[root@rsync-server-1 /]# rsync --daemon

linux为 rsync 添加开机启动

标签:cal   linux   --   开机启动   守护   gre   local   需要   sync   

原文地址:https://www.cnblogs.com/fanweisheng/p/11327101.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!