13 lines
244 B
Desktop File
13 lines
244 B
Desktop File
[Unit]
|
|
Description=Re2o Firewall Service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/local/firewall/main.py
|
|
ExecReload=/usr/local/firewall/main.py
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
Alias=firewall.service
|