diff options
author | Rick Farina <zerochaos@gentoo.org> | 2021-02-26 11:59:14 -0500 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2021-02-26 11:59:25 -0500 |
commit | 3152e11d60b2f45ccad4137c5bf56e770853c5ee (patch) | |
tree | 56fc6d235ee0a3560d906e22cfd0aa3a282cc9b2 /sys-apps/earlyoom/files | |
parent | net-dialup/ppp: add back option to disable eap-tls (diff) | |
download | gentoo-3152e11d60b2f45ccad4137c5bf56e770853c5ee.tar.gz gentoo-3152e11d60b2f45ccad4137c5bf56e770853c5ee.tar.bz2 gentoo-3152e11d60b2f45ccad4137c5bf56e770853c5ee.zip |
sys-apps/earlyoom: bump
fix bug #757879
Package-Manager: Portage-3.0.15, Repoman-3.0.2
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'sys-apps/earlyoom/files')
-rw-r--r-- | sys-apps/earlyoom/files/earlyoom-r1 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sys-apps/earlyoom/files/earlyoom-r1 b/sys-apps/earlyoom/files/earlyoom-r1 new file mode 100644 index 000000000000..124e5b0023fd --- /dev/null +++ b/sys-apps/earlyoom/files/earlyoom-r1 @@ -0,0 +1,6 @@ +#!/sbin/openrc-run +name=earlyoom +command=/usr/bin/earlyoom +command_args="${EARLYOOM_ARGS}" +command_background=1 +pidfile=/run/earlyoom.pid |