Bump priority of download service back to default

This download service is used on systems that do not implement
the UBI code update feature. Therefore it should run at the same
priority as all other services. On the UBI enabled system that
doesn't use it (witherspoon), its been pulled from the image.

Resolves openbmc/openbmc-tools#13

Change-Id: I14693dadda375f9d0108e4fccb1a614dae7388e1
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/meta-phosphor/common/recipes-phosphor/flash/obmc-mgr-download/org.openbmc.managers.Download.service b/meta-phosphor/common/recipes-phosphor/flash/obmc-mgr-download/org.openbmc.managers.Download.service
index 0dc959d..f3ff75d 100644
--- a/meta-phosphor/common/recipes-phosphor/flash/obmc-mgr-download/org.openbmc.managers.Download.service
+++ b/meta-phosphor/common/recipes-phosphor/flash/obmc-mgr-download/org.openbmc.managers.Download.service
@@ -8,8 +8,6 @@
 Environment="PYTHONUNBUFFERED=1"
 Type=dbus
 BusName={BUSNAME}
-Nice=19
-TimeoutStartSec=180s
 
 [Install]
 WantedBy={SYSTEMD_DEFAULT_TARGET}