Projet

Général

Profil

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

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

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

1 a86c6409 Kienan Stewart
# Puppet Deployed
2
[Service]
3
ExecStart=
4 b4558e94 Kienan Stewart
ExecStart=/usr/sbin/nft -I /etc/nftables/puppet -f <%= $nftables_configuration_path %>
5 a86c6409 Kienan Stewart
ExecReload=
6 b4558e94 Kienan Stewart
ExecReload=/usr/sbin/nft -I /etc/nftables/puppet -f <%= $nftables_configuration_path %>