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