~upstart-devel/upstart/upstart-jobs

« back to all changes in this revision

Viewing changes to utopic/lib/systemd/system/sssd.service

  • Committer: Dimitri John Ledkov
  • Date: 2014-05-06 18:45:46 UTC
  • Revision ID: dimitri.ledkov@canonical.com-20140506184546-5toyx56xxrue0f0v
auto update

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[Unit]
 
2
Description=System Security Services Daemon
 
3
# SSSD will not be started until syslog is
 
4
After=syslog.target
 
5
 
 
6
[Service]
 
7
EnvironmentFile=-/etc/sysconfig/sssd
 
8
ExecStart=/usr/sbin/sssd -D -f
 
9
# These two should be used with traditional UNIX forking daemons
 
10
# consult systemd.service(5) for more details
 
11
Type=forking
 
12
PIDFile=/var/run/sssd.pid
 
13
 
 
14
[Install]
 
15
WantedBy=multi-user.target