Skip to content

Commit

Permalink
Update lib/puppet/provider/service/systemd.rb
Browse files Browse the repository at this point in the history
fixed missing backtick in description
  • Loading branch information
aboe76 committed Oct 5, 2012
1 parent 2046ea9 commit bda9ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/puppet/provider/service/systemd.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Manage systemd services using /bin/systemctl

Puppet::Type.type(:service).provide :systemd, :parent => :base do
desc "Manages `systemd` services using `/bin/systemctl` or `/usr/bin/systemctl."
desc "Manages `systemd` services using `/bin/systemctl` or `/usr/bin/systemctl`."

if File.exists?("/bin/systemctl")
commands :systemctl => "/bin/systemctl"
Expand Down

0 comments on commit bda9ded

Please sign in to comment.