Sha256: d069e26d0b19166c77ff9ec5d96d1b8f7a6dc7bf6951ac280d11d1424ac51726

Contents?: true

Size: 897 Bytes

Versions: 120

Compression:

Stored size: 897 Bytes

Contents

#
# Local settings can be configured without being overwritten by package upgrades, for example
# if you want to increase puppet open-files-limit to 10000,
# you need to increase systemd's LimitNOFILE setting, so create a file named
# "/etc/systemd/system/puppet.service.d/limits.conf" containing:
# [Service]
# LimitNOFILE=10000
# You can confirm it worked by running systemctl daemon-reload
# then running systemctl show puppet | grep LimitNOFILE
#
[Unit]
Description=Puppet agent
Documentation=man:puppet-agent(8)
Wants=basic.target
After=basic.target network.target network-online.target

[Service]
EnvironmentFile=-/etc/sysconfig/puppetagent
EnvironmentFile=-/etc/sysconfig/puppet
EnvironmentFile=-/etc/default/puppet
ExecStart=/opt/puppetlabs/puppet/bin/puppet agent $PUPPET_EXTRA_OPTS --no-daemonize
ExecReload=/bin/kill -HUP $MAINPID
KillMode=process

[Install]
WantedBy=multi-user.target

Version data entries

120 entries across 120 versions & 1 rubygems

Version Path
puppet-8.10.0 ext/systemd/puppet.service
puppet-8.10.0-x86-mingw32 ext/systemd/puppet.service
puppet-8.10.0-x64-mingw32 ext/systemd/puppet.service
puppet-8.10.0-universal-darwin ext/systemd/puppet.service
puppet-7.34.0 ext/systemd/puppet.service
puppet-7.34.0-x86-mingw32 ext/systemd/puppet.service
puppet-7.34.0-x64-mingw32 ext/systemd/puppet.service
puppet-7.34.0-universal-darwin ext/systemd/puppet.service
puppet-8.9.0 ext/systemd/puppet.service
puppet-8.9.0-x86-mingw32 ext/systemd/puppet.service
puppet-8.9.0-x64-mingw32 ext/systemd/puppet.service
puppet-8.9.0-universal-darwin ext/systemd/puppet.service
puppet-7.33.0 ext/systemd/puppet.service
puppet-7.33.0-x86-mingw32 ext/systemd/puppet.service
puppet-7.33.0-x64-mingw32 ext/systemd/puppet.service
puppet-7.33.0-universal-darwin ext/systemd/puppet.service
puppet-8.3.0 ext/systemd/puppet.service
puppet-8.3.0-x86-mingw32 ext/systemd/puppet.service
puppet-8.3.0-x64-mingw32 ext/systemd/puppet.service
puppet-8.3.0-universal-darwin ext/systemd/puppet.service