From 4b19be30aa626b327c885dae62c559ec0e9fb935 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 13 Oct 2019 22:19:36 +0100 Subject: gentoo resync : 13.10.2019 --- sys-apps/consolation/files/consolation-initd | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 sys-apps/consolation/files/consolation-initd (limited to 'sys-apps/consolation/files/consolation-initd') diff --git a/sys-apps/consolation/files/consolation-initd b/sys-apps/consolation/files/consolation-initd new file mode 100644 index 000000000000..c9252a82b865 --- /dev/null +++ b/sys-apps/consolation/files/consolation-initd @@ -0,0 +1,12 @@ +#!/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 +} -- cgit v1.2.3