Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 631576 | Differences between
and this patch

Collapse All | Expand All

(-)a/debian/bin/tribler (-2 / +3 lines)
Lines 1-7 Link Here
1
#!/bin/sh
1
#!/bin/sh
2
# Startup script for Ubuntu Linux
2
# Startup script for Gentoo
3
3
4
echo "Starting Tribler..."
4
echo "Starting Tribler..."
5
5
6
cd "/usr/share/tribler"
6
cd "/usr/share/tribler"
7
exec /usr/bin/python2.7 run_tribler.py "$@" > `mktemp /tmp/$USER-tribler-XXXXXXXX.log` 2>&1
7
STATEDIR="$HOME/.Tribler"
8
exec /usr/bin/python2.7 run_tribler.py "$@" > $STATEDIR/tribler.log 2>&1

Return to bug 631576