From 560fb0c0ef4e612ec8bc9cbb5e5b76bed0e1e5f3 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Tue, 26 Jun 2018 19:29:44 -0500 Subject: system/fcron: overhaul alpine package, add for POSIX --- system/fcron/fcron.initd | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100755 system/fcron/fcron.initd (limited to 'system/fcron/fcron.initd') diff --git a/system/fcron/fcron.initd b/system/fcron/fcron.initd new file mode 100755 index 000000000..ff0aba09c --- /dev/null +++ b/system/fcron/fcron.initd @@ -0,0 +1,15 @@ +#!/sbin/openrc-run + +# Initscript by Diaz Devera Victor +# Copyright 2014 Alpine Linux +# Distributed under the terms of the GNU General Public License v2 + +#name="advanced periodic command scheduler fcron" +name="fcron" +pidfile="/run/fcron" +command=/usr/sbin/fcron + +depend() { + need localmount + need logger +} -- cgit v1.2.3-70-g09d2