saving uncommitted changes in /etc prior to emerge run
This commit is contained in:
parent
f2bcb11cf1
commit
87eb13be5a
12
init.d/._cfg0000_rsyncd
Executable file
12
init.d/._cfg0000_rsyncd
Executable 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
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user