mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
Copyright: Sony Interactive Entertainment Inc. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
13 lines
271 B
Plaintext
13 lines
271 B
Plaintext
#!/sbin/openrc-run
|
|
# Copyright 2019 Sony Interactive Entertainment Inc.
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
name="consolation daemon"
|
|
description=""
|
|
command=/usr/sbin/consolation
|
|
command_args="${consolation_args}"
|
|
|
|
depend() {
|
|
need udev
|
|
}
|