Sen descrición

Fabian Peter Hammerle c45806bb99 fix: create parent folder for drop-in config files %!s(int64=2) %!d(string=hai) anos
defaults 1c611b25fd added option "systemd_unit_restart_if_active" %!s(int64=3) %!d(string=hai) anos
tasks c45806bb99 fix: create parent folder for drop-in config files %!s(int64=2) %!d(string=hai) anos
README.md 6902750f2a added option to create drop-in config %!s(int64=2) %!d(string=hai) anos

README.md

Ansible Role: Systemd Unit

Required Variables

systemd_unit_name: some.service

Optional Variables

systemd_unit_config: |
  [Unit]
  Description=…
  # …
systemd_unit_dropin_config: |
  [Service]
  LogLevelMax=notice
  # …
systemd_unit_state: started
systemd_unit_enabled: yes
systemd_unit_restart_if_active: no