forked from hasufell/hasufell-repository
sys-apps/earlyoom: initial import
This commit is contained in:
10
packages/sys-apps/earlyoom/files/openrc/initd/earlyoom
Normal file
10
packages/sys-apps/earlyoom/files/openrc/initd/earlyoom
Normal 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}"
|
||||
|
||||
Reference in New Issue
Block a user