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.
calculate-overlay/net-p2p/opentracker/files/opentracker.init.d

14 lines
280 B

#!/sbin/openrc-run
# Copyright 1999-2017 Gentoo Foundation
description="Bittorrent tracker"
command="/usr/bin/opentracker"
command_args="-f /etc/opentracker.conf"
pidfile="/var/run/opentracker.pid"
start_stop_daemon_args="-w 1 -b -m --pidfile ${pidfile}"
depend() {
use net
}