]> git.openstreetmap.org Git - chef.git/blob - cookbooks/chef/templates/default/chef-client.service.erb
move nominatim traffic to dulcy
[chef.git] / cookbooks / chef / templates / default / chef-client.service.erb
1 [Unit]
2 Description=Chef Client
3 After=network.target
4
5 [Service]
6 ExecStart=/usr/bin/chef-client -i 1800 -s 20
7 Restart=on-failure
8
9 [Install]
10 WantedBy=multi-user.target