sys-apps/earlyoom: initial import

This commit is contained in:
2018-09-14 01:06:14 +08:00
parent 840bf4ad78
commit bea9e503bf
3 changed files with 49 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
#!/sbin/runscript
# Distributed under the terms of the GNU General Public License v2
description="earlyoom - Early OOM Daemon for Linux "
pidfile="/run/earlyoom.pid"
command="/usr/bin/earlyoom"
command_background="yes"
command_args="${EARLYOOM_OPTS}"
start_stop_daemon_args="-p ${pidfile}"