lib/vagrant/util/guest_inspection.rb in vagrant-unbundled-1.9.8.1 vs lib/vagrant/util/guest_inspection.rb in vagrant-unbundled-2.0.0.1
- old
+ new
@@ -6,10 +6,10 @@
# Linux specific inspection helpers
module Linux
## systemd helpers
- # systemd is in used
+ # systemd is in use
#
# @return [Boolean]
def systemd?(comm)
comm.test("systemctl | grep '^-\.mount'")
end