fcron: stay in foreground
This commit is contained in:
parent
1365e18c6f
commit
ca2491ab4d
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
exec fcron
|
||||
exec fcron -f
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'fcron'
|
||||
pkgname=fcron
|
||||
version=3.2.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="
|
||||
--sysconfdir=/etc/fcron
|
||||
|
|
Loading…
Reference in New Issue