summaryrefslogtreecommitdiff
blob: e16f262bfbe3e0d39e59a7c892eef4f16a3432ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/sbin/openrc-run
# Distributed under the terms of the GNU General Public License v2

description="rTorrent BitTorrent client"

command="/usr/bin/rtorrent"
command_args="-o system.daemon.set=true"
command_background=true
command_user="${USER}"
pidfile="/run/rtorrent.pid"

depend()
{
   use net ypbind nis
   after slapd mysqld postgresql
}