summarylogtreecommitdiffstats
path: root/c2ctl.script
blob: 12e76c326e66c8f87cfe21b3e9c4ad0d75b65845 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

# source application-specific settings
[ -f /etc/conf.d/c2ctl ] && . /etc/conf.d/c2ctl

if [ "$CORES" -a "$FID" -a "$VID" ]; then
	/usr/bin/c2ctl $CORES $FID $VID >& /dev/null
fi