|
|
@ -5,8 +5,8 @@ After=network.target |
|
|
[Service] |
|
|
[Service] |
|
|
Type=oneshot |
|
|
Type=oneshot |
|
|
RemainAfterExit=yes |
|
|
RemainAfterExit=yes |
|
|
ExecStart=python3 /usr/local/firewall/init_firewall.py |
|
|
ExecStart=/usr/local/firewall/init_firewall.py |
|
|
ExecReload=python3 /usr/local/firewall/init_firewall.py |
|
|
ExecReload=/usr/local/firewall/init_firewall.py |
|
|
|
|
|
|
|
|
[Install] |
|
|
[Install] |
|
|
WantedBy=multi-user.target |
|
|
WantedBy=multi-user.target |
|
|
|