cronie: support $OPTS and logging in service

This commit is contained in:
Andrew J. Hesford 2020-01-20 15:41:05 -05:00 committed by Juan RP
parent 3135dbbf2c
commit 197acc51bd
3 changed files with 5 additions and 2 deletions

View File

@ -0,0 +1,2 @@
#!/bin/sh
exec vlogger -p cron.notice

View File

@ -1,2 +1,3 @@
#!/bin/sh
exec cronie-crond -n 2>&1
[ -r conf ] && . ./conf
exec cronie-crond -n $OPTS 2>&1

View File

@ -1,7 +1,7 @@
# Template file for 'cronie'
pkgname=cronie
version=1.5.5
revision=1
revision=2
build_style=gnu-configure
configure_args="--with-inotify --without-selinux --with-pam
--enable-anacron --enable-pie --enable-relro"