earlyoom: add $OPTS to sv.
This commit is contained in:
parent
ab2deba6ab
commit
c19fc007f4
2 changed files with 3 additions and 2 deletions
|
@ -1,2 +1,3 @@
|
||||||
#!/bin/sh
|
#!/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'
|
# Template file for 'earlyoom'
|
||||||
pkgname=earlyoom
|
pkgname=earlyoom
|
||||||
version=1.0
|
version=1.0
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Userspace Early OOM Daemon for Linux"
|
short_desc="Userspace Early OOM Daemon for Linux"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue