mirror of
https://github.com/outbackdingo/ports.git
synced 2026-01-27 10:20:12 +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 |