Fixing bootup issue on RPi with some USB-wifi-Dongles

This commit is contained in:
Matthias Strubel 2014-08-26 06:46:17 +02:00
parent cdf7957382
commit 43baaeb944
2 changed files with 3 additions and 1 deletions

View file

@ -2,7 +2,8 @@
Description=PirateBox Service
[Service]
Type=forking
Type=idle
RemainAfterExit=yes
ExecStart=/opt/piratebox/init.d/piratebox_alt start
ExecStop=/opt/piratebox/init.d/piratebox_alt stop
#Restart=/opt/piratebox/init.d/piratebox_alt restart

View file

@ -20,6 +20,7 @@ CHANGELOG
* [Fix] [OpenWRT] Fixing customization of lease-file location for OpenWRT
* [Fix] [OpenWRT] Fixes issues when extendRoot couldn't get initilized correctly
* [New] [OpenWRT] Optimized handling of mount options in extendRoot
* [Fix] [RPi] Bootup issue with some USB-wifi sticks.
=== 1.0.0 ===
NOTE: This may only be a partial changelog, check github / your package manager for more info.