mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-03 11:58:07 -07:00
15 lines
315 B
Plaintext
15 lines
315 B
Plaintext
#!/sbin/openrc-run
|
|
# Copyright 1999-2018 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
description="NUMA daemon that manages application locality"
|
|
|
|
depend() {
|
|
need localmount
|
|
use logger
|
|
}
|
|
|
|
command="/usr/bin/numad"
|
|
command_args="${NUMAD_OPTS}"
|
|
pidfile="/run/${RC_SVCNAME}.pid"
|