Skip to content
  • Thomas Bellman's avatar
    Use systemd Puppet module for systemd unit files. · ebdb57bb
    Thomas Bellman authored
    The systemd module makes it a little bit easier to manage systemd
    unit files.  Specifying unit options as a hash is easier than e.g.
    having to build a string from a list of lines ourselves.  The module
    also creates the /etc/systemd/system/<UNIT>.d directory, and tells
    systemd to reload its configuration, without us having to do it.
    ebdb57bb