mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-21 13:03:31 -04:00
net-analyzer/reaction: new package, add 2.2.0
Signed-off-by: Dale Showers <gentoo@fictx.com>
This commit is contained in:
14
net-analyzer/reaction/files/init.d/reaction
Normal file
14
net-analyzer/reaction/files/init.d/reaction
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/sbin/openrc-run
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
command="/usr/bin/reaction"
|
||||
command_args="start --config /etc/reaction.d"
|
||||
command_background="yes"
|
||||
pidfile="/run/reaction/reaction.pid"
|
||||
|
||||
|
||||
start_pre() {
|
||||
install --mode 0750 --directory /var/lib/reaction
|
||||
install --mode 0750 --directory /run/reaction
|
||||
}
|
||||
Reference in New Issue
Block a user