更新 Syncthing文件同步搭建

X 2025-05-06 16:45:49 +00:00
parent 22e6c9053f
commit 41464e0eb3

@ -30,4 +30,11 @@ RestartSec=5s
[Install]
WantedBy=multi-user.target
#启动服务并设置开机自启动
systemctl enable strelaysrv
systemctl start strelaysrv
#查看状态可查看中继URL
systemctl status strelaysrv
```