10 lines
196 B
Plaintext
10 lines
196 B
Plaintext
|
#jinja2: lstrip_blocks: True
|
||
|
{{ ansible_managed | comment }}
|
||
|
{% if not auditd_refuse_manual_stop | bool %}
|
||
|
[Unit]
|
||
|
RefuseManualStop=no
|
||
|
|
||
|
{% endif %}
|
||
|
[Service]
|
||
|
ExecStartPost=-/sbin/augenrules --load
|