# File lib/specinfra/command/module/service/systemd.rb, line 14 def enable_under_systemd(service) "systemctl enable #{escape(service)}" end