mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-17 11:04:10 -04:00
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Carlos Eduardo <carana2099@gmail.com>
9 lines
224 B
D
9 lines
224 B
D
#!/sbin/openrc-run
|
|
# Copyright 1999-2022 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
pidfile="/run/bustd.pid"
|
|
command="/usr/bin/bustd"
|
|
command_args="${BUSTD_OPTS}"
|
|
command_background=1
|