From 45c3c601f40ccde43c904940014c836245a04120 Mon Sep 17 00:00:00 2001 From: jc_gargma Date: Thu, 7 Feb 2019 14:06:35 -0800 Subject: Initial commit --- icecream-scheduler.initd | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 icecream-scheduler.initd (limited to 'icecream-scheduler.initd') diff --git a/icecream-scheduler.initd b/icecream-scheduler.initd new file mode 100644 index 0000000..e71776a --- /dev/null +++ b/icecream-scheduler.initd @@ -0,0 +1,12 @@ +#!/usr/bin/openrc-run +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +command="/usr/lib/icecream/sbin/icecc-scheduler" +command_args="${ICECREAM_SCHEDULER_OPTS}" +pidfile="/run/${RC_SVCNAME}.pid" +start_stop_daemon_args="--background --make-pidfile" + +depend() { + use logger net +} -- cgit v1.2.1