mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
16 lines
511 B
Desktop File
16 lines
511 B
Desktop File
[Unit]
|
|
Description=OpenSnitch is a GNU/Linux port of the Little Snitch application firewall.
|
|
Documentation=https://github.com/gustavo-iniguez-goya/opensnitch/wiki
|
|
Wants=network.target
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
PermissionsStartOnly=true
|
|
ExecStartPre=/bin/mkdir -p /etc/opensnitchd/rules
|
|
ExecStart=/usr/local/bin/opensnitchd -log-file /var/log/opensnitchd.log -rules-path /etc/opensnitchd/rules -ui-socket unix:///tmp/osui.sock
|
|
Restart=always
|
|
RestartSec=30
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|