mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-21 15:44:36 +00:00
3 lines
77 B
Bash
3 lines
77 B
Bash
#!/bin/sh
|
|
[ ! -e /etc/rsyncd.conf ] && exit 1
|
|
exec rsync --daemon --no-detach |