[Unit] Description=Client component of the Chef systems integration framework After=network.target [Service] Type=simple Environment="CONFIG=/etc/chef/client.rb" Environment="LOGFILE=/var/log/chef/client.log" Environment="INTERVAL=900" Environment="SPLAY=20" EnvironmentFile=-/etc/sysconfig/chef-client ExecStart=/usr/bin/chef-client -c ${CONFIG} -L ${LOGFILE} -i ${INTERVAL} -s ${SPLAY} ${OPTIONS} [Install] WantedBy=multi-user.target