Projet

Général

Profil

Paste
Télécharger au format
Statistiques
| Branche: | Révision:

root / templates / systemd / puppet_nft.conf.epp @ cb6f3584

Historique | Voir | Annoter | Télécharger (214 octets)

1 a86c6409 Kienan Stewart
# Puppet Deployed
2
[Service]
3
ExecStart=
4 cb6f3584 Kienan Stewart
ExecStart=<%= $nft_path %> -I /etc/nftables/puppet -f <%= $configuration_path %>
5 a86c6409 Kienan Stewart
ExecReload=
6 cb6f3584 Kienan Stewart
ExecReload=<%= $nft_path %> -I /etc/nftables/puppet -f <%= $configuration_path %>