OSDN Git Service

Merge pull request #137 from mobinmob/3proxy
[avyssos/void-66-services.git] / usr / share / 66 / service / rsyncd
1 [main]
2 @type = classic
3 @description = "rsync daemon"
4 @version = 0.0.2
5 @user = ( root )
6
7 [start]
8 @build = custom
9 @shebang = "/bin/sh"
10 @execute = ( exec 2>&1
11  [ ! -e /etc/rsyncd.conf ] && exit 1
12 exec rsync --daemon --no-detach )