Files
gentoo/sys-apps/consolation/files/consolation-initd
Patrick McLean 2ba0a5c9d5 sys-apps/consolation: New package
Copyright: Sony Interactive Entertainment Inc.
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Patrick McLean <chutzpah@gentoo.org>
2019-10-11 14:25:22 -07:00

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
}