You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sys-apps/consolation/files/consolation-initd

13 lines
271 B

#!/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
}