ufw.service 266 B

1234567891011121314
  1. [Unit]
  2. Description=Uncomplicated firewall
  3. Documentation=man:ufw(8)
  4. DefaultDependencies=no
  5. Before=network.target
  6. [Service]
  7. Type=oneshot
  8. RemainAfterExit=yes
  9. ExecStart=/lib/ufw/ufw-init start quiet
  10. ExecStop=/lib/ufw/ufw-init stop
  11. [Install]
  12. WantedBy=multi-user.target