This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
lsts_glued/rules/rsync/fs/etc/rc.d/rsyncd
2014-04-28 22:22:22 +01:00

10 lines
113 B
Plaintext

start()
{
/usr/bin/rsync --daemon --config=/etc/rsyncd.conf
}
stop()
{
killall rsync > /dev/null 2>&1
}