mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-19 17:13:32 +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 |