~upstart-devel/upstart/upstart-jobs

« back to all changes in this revision

Viewing changes to utopic/lib/systemd/system/accounts-daemon.service

  • Committer: Dimitri John Ledkov
  • Date: 2014-11-19 12:58:41 UTC
  • Revision ID: dimitri.j.ledkov@intel.com-20141119125841-98dr37roy8dvcv3b
auto update

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
[Unit]
2
 
Description=Accounts Service
3
 
 
4
 
[Service]
5
 
Type=dbus
6
 
BusName=org.freedesktop.Accounts
7
 
ExecStart=/usr/lib/accountsservice/accounts-daemon
8
 
StandardOutput=syslog
9
 
 
10
 
[Install]
11
 
# We pull this in by graphical.target instead of waiting for the bus
12
 
# activation, to speed things up a little: gdm uses this anyway so it is nice
13
 
# if it is already around when gdm wants to use it and doesn't have to wait for
14
 
# it.
15
 
WantedBy=graphical.target