mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
15 lines
419 B
SYSTEMD
15 lines
419 B
SYSTEMD
![]() |
[Unit]
|
||
|
Description=OpenSnitch is a GNU/Linux port of the Little Snitch application firewall.
|
||
|
Documentation=https://github.com/evilsocket/opensnitch
|
||
|
Wants=network.target
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
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=3
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|