Skip to content
Snippets Groups Projects
Select Git revision
1 result Searching

sshd_config.j2

Blame
  • firewall.service 172 B
    [Unit]
    Description=Set up firewall
    
    [Service]
    Type=oneshot
    EnvironmentFile=-/etc/default/firewall
    ExecStart=/usr/sbin/update-firewall
    
    [Install]
    WantedBy=multi-user.target