mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-23 05:53:12 -04:00
sys-process/scron: new package, add 0.4
Signed-off-by: Efe İzbudak <efe.izbudak@metu.edu.tr>
This commit is contained in:
12
sys-process/scron/files/scron-0.4-initd
Normal file
12
sys-process/scron/files/scron-0.4-initd
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user