dcron: accept optional service/conf in the dcron runit service. (#9738)
This commit is contained in:
parent
c6857a2981
commit
833291890a
2 changed files with 3 additions and 2 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue