Projet

Général

Profil

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

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

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

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