summaryrefslogtreecommitdiff
path: root/icecream-scheduler.initd
blob: e71776acd8428b76ac0fbe40836ca3e2ee352df7 (plain)
1
2
3
4
5
6
7
8
9
10
11
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
}