mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00

The daemon doesn't need network connectivity to work, so we don't need to wait until we're online. Closes #723
14 lines
359 B
Desktop File
14 lines
359 B
Desktop File
[Unit]
|
|
Description=Application firewall OpenSnitch
|
|
Documentation=https://github.com/gustavo-iniguez-goya/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
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|