aboutsummaryrefslogtreecommitdiffstats
path: root/community/fcron/fcron.initd
blob: c9c92b0a0dc31c7176a718376eee21494e7f504d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/sbin/openrc-run

# Initscript by Diaz Devera Victor <vitronic2@gmail.com>
# Copyright 2014 Alpine Linux
# Distributed under the terms of the GNU General Public License v2

name="$SVCNAME"
pidfile="/run/$SVCNAME.pid"
command="/usr/sbin/$SVCNAME"
command_args="$CRON_OPTS"

depend() {
	need localmount
	need logger
}