diff options
Diffstat (limited to 'system/fcron/fcron.initd')
-rwxr-xr-x | system/fcron/fcron.initd | 15 |
1 files changed, 15 insertions, 0 deletions
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 <vitronic2@gmail.com> +# 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 +} |