Skip to content
Snippets Groups Projects
Select Git revision
  • master default
1 result

README

  • Thomas Bellman's avatar
    ebdb57bb
    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
    History
    Use systemd Puppet module for systemd unit files.
    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.