~ubuntu-branches/ubuntu/wily/puppet/wily-proposed

« back to all changes in this revision

Viewing changes to debian/puppet.service

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2015-09-09 12:50:52 UTC
  • mfrom: (3.1.68 sid)
  • Revision ID: package-import@ubuntu.com-20150909125052-25vg92ehgp059lxr
Tags: 3.7.2-5ubuntu1
* Merge with Debian; remaining changes:
  - fix wrong process name match in logrotate script.
  - Wait until the puppet and puppetmaster daemons are actually stopped
    before returning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
[Service]
5
5
Type=forking
 
6
EnvironmentFile=-/etc/default/puppet
6
7
PIDFile=/run/puppet/agent.pid
7
 
ExecStart=/usr/bin/puppet agent
 
8
ExecStart=/usr/bin/puppet agent $DAEMON_OPTS
8
9
 
9
10
[Install]
10
11
WantedBy=multi-user.target