# File lib/specinfra/command/module/service/systemd.rb, line 30 def restart_under_systemd(service) "systemctl restart #{escape(service)}" end