Skip to content

Commit

Permalink
[usb-moded] Keep the android gadget alive by default. Contributes to …
Browse files Browse the repository at this point in the history
…JB#34608

Without this, in some cases the second event confirming
the POWER_SUPPLY_TYPE never comes.

Signed-off-by: Jarko Poutiainen <jarko.poutiainen@jollamobile.com>
  • Loading branch information
Jarko Poutiainen committed Apr 22, 2016
1 parent f81a47f commit 5a1b0df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion systemd/usb-moded.service
Expand Up @@ -11,7 +11,7 @@ Type=notify
TimeoutSec=15
EnvironmentFile=-/var/lib/environment/usb-moded/*.conf
EnvironmentFile=-/run/usb-moded/*.conf
ExecStart=/usr/sbin/usb_moded --systemd --force-syslog $USB_MODED_ARGS
ExecStart=/usr/sbin/usb_moded --systemd -a --force-syslog $USB_MODED_ARGS
Restart=always
ExecReload=/bin/kill -HUP $MAINPID
BusName=com.meego.usb_moded
Expand Down

0 comments on commit 5a1b0df

Please sign in to comment.