~cyphermox/mtp/recursive-delete-fix

« back to all changes in this revision

Viewing changes to debian/mtp-server.conf

  • Committer: Ricardo Salveti de Araujo
  • Date: 2015-01-20 00:54:30 UTC
  • Revision ID: ricardo.salveti@canonical.com-20150120005430-5upt9o7hlc2r9y70
Tags: 0.0.4+15.04.20141113-0ubuntu2
releasing package mtp version 0.0.4+15.04.20141113-0ubuntu2

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
description "MTP protocol server"
2
2
 
3
 
start on (:sys:android-mtp-on or :sys:android-usb-connected) and (started unity8)
4
 
stop on desktop-end or :sys:android-mtp-off
 
3
start on (:sys:android-mtp-on or :sys:android-usb-connected or android-mtp-on or android-usb-connected) and (started unity8)
 
4
stop on desktop-end or :sys:android-mtp-off or android-mtp-off
5
5
 
6
6
pre-start script
7
7
    [ "$USER" != "lightdm" ] || { stop; exit 0; }