Changeset 28877
- Timestamp:
- 05/03/14 14:12:01 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/plugins/xupnpd/xupnpd.sh
r27884 r28877 9 9 10 10 export PATH=$PATH:/var/swap/bin:/mnt/swapextensions/bin:/var/bin 11 export XUPNPDROOTDIR=$212 11 13 12 model=`cat /etc/model` … … 21 20 case $1 in 22 21 start) 23 bouquet2m3u http://$IP:22222/ $2/playlists22 bouquet2m3u http://$IP:22222/ /mnt/swapextensions/etc/xupnpd/playlists 24 23 start-stop-daemon --verbose --start --exec xupnpd 25 24 ;; 26 25 stop) 27 killall -9 bouquet2m3u28 26 start-stop-daemon --verbose --stop --exec xupnpd 29 27 ;;
Note: See TracChangeset
for help on using the changeset viewer.