mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-29 07:05:16 +02:00
4 lines
88 B
Bash
4 lines
88 B
Bash
#!/bin/sh
|
|
exec 2>&1
|
|
[ ! -e /etc/rsyncd.conf ] && exit 1
|
|
exec rsync --daemon --no-detach
|