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

go.mod

Blame
  • This project manages its dependencies using Go Modules. Learn more
    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