saving uncommitted changes in /etc prior to emerge run

This commit is contained in:
hasufell 2015-09-05 20:31:25 +02:00 committed by Hans Wurst
parent f2bcb11cf1
commit 87eb13be5a
1 changed files with 12 additions and 0 deletions

12
init.d/._cfg0000_rsyncd Executable file
View File

@ -0,0 +1,12 @@
#!/sbin/runscript
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
command="/usr/bin/rsync"
command_args="--daemon ${RSYNC_OPTS}"
pidfile="/var/run/${SVCNAME}.pid"
depend() {
use net
}