Method: Chef::Provider::Service#restart_service
- Defined in:
- lib/chef/provider/service.rb
#restart_service ⇒ Object
148 149 150 |
# File 'lib/chef/provider/service.rb', line 148 def restart_service raise Chef::Exceptions::UnsupportedAction, "#{self.to_s} does not support :restart" end |