Browse Source

update service

lazouz/latoilescoute-snmp
Hugo Levy-Falk 7 years ago
committed by root
parent
commit
53dececaed
  1. 4
      firewall.service

4
firewall.service

@ -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

Loading…
Cancel
Save