update service
This commit is contained in:
parent
1c6abe5dd7
commit
53dececaed
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue