mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
6 lines
125 B
Bash
6 lines
125 B
Bash
#!@SH@
|
|
exec @PREFIX@/lib/sickbeard/SickBeard.py \
|
|
--datadir=@VARBASE@/sickbeard \
|
|
--pidfile=/var/run/sickbeard.pid \
|
|
"$@"
|