mirror of
https://github.com/void-linux/void-packages.git
synced 2025-10-08 03:25:11 +02:00
3 lines
78 B
Bash
3 lines
78 B
Bash
#!/bin/sh
|
|
[ ! -e /etc/rsyncd.conf ] && exit 1
|
|
exec rsync --daemon --no-detach
|