~jamesh/mediascanner2/snap-packaging

« back to all changes in this revision

Viewing changes to mediascanner-2.0.conf.in

  • Committer: Bileto Bot
  • Author(s): Michael Terry
  • Date: 2016-12-01 09:06:39 UTC
  • mfrom: (336.1.1 mediascanner2)
  • Revision ID: ci-train-bot@canonical.com-20161201090639-jcb5f8um3guhvzfo
Handle running inside of a snap by respecting the $SNAP variable. (LP: #1629009)

Approved by: Paweł Stołowski, unity-api-1-bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
start on started dbus
5
5
 
6
6
respawn
7
 
exec @CMAKE_INSTALL_FULL_BINDIR@/mediascanner-service-2.0
 
7
exec $SNAP@CMAKE_INSTALL_FULL_BINDIR@/mediascanner-service-2.0