summaryrefslogtreecommitdiff
path: root/net-misc/rsync/files/rsyncd.init.d-r2
blob: ec1b18e9a9c34e009c2a4eb3cbca56bbae005121 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/sbin/openrc-run
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

command="/usr/bin/rsync"
command_args="--daemon ${RSYNC_OPTS}"
pidfile="/run/${SVCNAME}.pid"

depend() {
	use net
}