mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 16:44:46 +01:00

replace that "https://github.com/gustavo-iniguez-goya/opensnitch/wiki" link to "https://github.com/evilsocket/opensnitch/wiki" link
15 lines
367 B
Desktop File
15 lines
367 B
Desktop File
[Unit]
|
|
Description=Application firewall OpenSnitch
|
|
Documentation=https://github.com/evilsocket/opensnitch/wiki
|
|
|
|
[Service]
|
|
Type=simple
|
|
PermissionsStartOnly=true
|
|
ExecStartPre=/bin/mkdir -p /etc/opensnitchd/rules
|
|
ExecStart=/usr/local/bin/opensnitchd -rules-path /etc/opensnitchd/rules
|
|
Restart=always
|
|
RestartSec=30
|
|
TimeoutStopSec=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|