3 lines
78 B
Bash
3 lines
78 B
Bash
#!/bin/sh
|
|
[ ! -e /etc/rsyncd.conf ] && exit 1
|
|
exec rsync --daemon --no-detach
|