git.schokokeks.org
Repositories
Help
Report an Issue
keks-overlay.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
2897269
Branches
Tags
master
keks-overlay.git
sys-process
cronie
files
cronie-1.3-initd
cronie reverting patch that broke mails to users
Hanno Böck
commited
2897269
at 2024-01-15 21:32:06
cronie-1.3-initd
Blame
History
Raw
#!/sbin/openrc-run # Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 command="/usr/sbin/crond" command_args="${CRONDARGS}" pidfile="/run/crond.pid" depend() { use clock logger need localmount provide cron }