~ken-vandine/content-hub/systemd-unit

« back to all changes in this revision

Viewing changes to src/com/ubuntu/content/service/content-hub.service

  • Committer: Ken VanDine
  • Date: 2016-10-20 09:33:56 UTC
  • Revision ID: ken.vandine@canonical.com-20161020093356-e9tq9j2ox0yara82
Cleaned up the unit file

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
[Unit]
2
2
Description=Content Hub Service
3
 
PartOf=graphical-session.target
4
3
 
5
4
[Service]
6
5
Type=dbus
7
6
BusName=com.ubuntu.content.dbus.Service
8
7
ExecStart=/usr/bin/content-hub-service
9
 
Restart=on-failure