cronie: support $OPTS and logging in service
This commit is contained in:
committed by
Juan RP
parent
3135dbbf2c
commit
197acc51bd
2
srcpkgs/cronie/files/cronie/log/run
Executable file
2
srcpkgs/cronie/files/cronie/log/run
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
exec vlogger -p cron.notice
|
||||
@@ -1,2 +1,3 @@
|
||||
#!/bin/sh
|
||||
exec cronie-crond -n 2>&1
|
||||
[ -r conf ] && . ./conf
|
||||
exec cronie-crond -n $OPTS 2>&1
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user