earlyoom: add $OPTS to sv.
This commit is contained in:
@@ -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>"
|
||||
|
Reference in New Issue
Block a user