summarylogtreecommitdiffstats
path: root/boinc.initd
blob: 7d875f0e0eb96d74b31134c5491db410ed9ea672 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/sbin/openrc-run 

command="/usr/bin/boinc"

command_args="--allow_remote_gui_rpc --redirectio --dir /var/lib/bonc"
pidfile="/var/run/${RC_SVCNAME}.pid"
command_args_background="--daemon"

name=boinc

depend() {
	need net
	use dns logger netmount
}

command_background=true

command_user="boinc:boinc"