sys-process/scron: new package, add 0.4

Signed-off-by: Efe İzbudak <efe.izbudak@metu.edu.tr>
This commit is contained in:
Efe İzbudak
2023-07-13 10:21:49 -04:00
parent 79f17c5eb9
commit bd4613a133
3 changed files with 47 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
#!/sbin/openrc-run
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
command="/usr/bin/crond"
pidfile="/run/crond.pid"
depend() {
use clock logger
need localmount
provide cron
}