earlyoom: add $OPTS to sv.

This commit is contained in:
Leah Neukirchen 2018-02-01 14:22:27 +01:00
parent ab2deba6ab
commit c19fc007f4
2 changed files with 3 additions and 2 deletions

View File

@ -1,2 +1,3 @@
#!/bin/sh #!/bin/sh
exec earlyoom 2>&1 >/dev/null [ -r conf ] && . ./conf
exec earlyoom ${OPTS} 2>&1 >/dev/null

View File

@ -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>"