13 lines
248 B
Desktop File
13 lines
248 B
Desktop File
[Unit]
|
|
Description=RezoMetz 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
|