ansible.nftables/templates/etc/systemd/system/nftables.service.d/override.conf.j2

8 lines
113 B
Plaintext
Raw Normal View History

# {{ ansible_managed }}
[Service]
{% if not nft__service_protect %}
ProtectSystem=no
ProtectHome=no
{% endif %}