mirror of
https://github.com/MorizzG/gentoo-mg.git
synced 2025-12-06 12:32:43 +00:00
6 lines
138 B
Text
6 lines
138 B
Text
|
|
#!/sbin/openrc-run
|
||
|
|
name=earlyoom
|
||
|
|
command=/usr/bin/earlyoom
|
||
|
|
command_args="${EARLYOOM_ARGS}"
|
||
|
|
command_background=1
|
||
|
|
pidfile=/run/earlyoom.pid
|