# File lib/specinfra/command/module/service/systemd.rb, line 18 def disable_under_systemd(service) "systemctl disable #{escape(service)}" end