earlyoom: add $OPTS to sv.
This commit is contained in:
parent
ab2deba6ab
commit
c19fc007f4
|
@ -1,2 +1,3 @@
|
|||
#!/bin/sh
|
||||
exec earlyoom 2>&1 >/dev/null
|
||||
[ -r conf ] && . ./conf
|
||||
exec earlyoom ${OPTS} 2>&1 >/dev/null
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'earlyoom'
|
||||
pkgname=earlyoom
|
||||
version=1.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
short_desc="Userspace Early OOM Daemon for Linux"
|
||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||
|
|
Loading…
Reference in New Issue