dcron: accept optional service/conf in the dcron runit service. (#9738)
This commit is contained in:
@@ -1,2 +1,3 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec dcrond -f 2>&1
|
[ -r conf ] && . ./conf
|
||||||
|
exec dcrond -f $OPTS 2>&1
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'dcron'
|
# Template file for 'dcron'
|
||||||
pkgname=dcron
|
pkgname=dcron
|
||||||
version=4.5
|
version=4.5
|
||||||
revision=31
|
revision=32
|
||||||
conf_files="/var/spool/cron/root"
|
conf_files="/var/spool/cron/root"
|
||||||
provides="cron-daemon-0_1"
|
provides="cron-daemon-0_1"
|
||||||
short_desc="Dillon's lightweight cron daemon"
|
short_desc="Dillon's lightweight cron daemon"
|
||||||
|
|||||||
Reference in New Issue
Block a user