blob: 604e47c45eff5711f3ce6ff1bed11ccf81cc32b5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[Unit]
Description=Puppet agent
Wants=basic.target
After=basic.target network.target puppetmaster.service
[Service]
EnvironmentFile=-/etc/sysconfig/puppetagent
EnvironmentFile=-/etc/sysconfig/puppet
ExecStart=/usr/bin/puppet agent ${PUPPET_EXTRA_OPTS} --no-daemonize
[Install]
WantedBy=multi-user.target
|