1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 12:45:20 +03:00
aports/community/incron/incrond.initd
2017-01-13 15:43:54 +01:00

13 lines
377 B
Text

#!/sbin/openrc-run
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-process/incron/files/incrond.init,v 1.1 2011/01/31 15:14:12 idl0r Exp $
command=/usr/sbin/incrond
pidfile=/var/run/incrond.pid
command_args="-f /etc/incron.conf"
depend() {
use clock logger
need localmount
}