You are not logged in.

#1 2017-06-15 17:09:35

yweb
Member
Registered: 2012-09-15
Posts: 7

How to start opensnitch-git

It seems opensnitch-git provide opensnitchd daemon and opensnitch-qt user interface.

I don't understand how to start opensnitchd daemon. Is it systemd related or some other method ?

Thanks

Offline

#2 2017-06-15 18:21:31

ayekat
Member
Registered: 2011-01-17
Posts: 1,589

Re: How to start opensnitch-git

Check the list of files provided by that package with

pacman -Ql opensnitch-git

It should ship a .service file somewhere under /usr/lib/systemd.
See https://wiki.archlinux.org/index.php/Sy … sing_units for how to manage systemd services/units.

--edit: It doesn't seem to ship a service file. You may need to write your own (something along the way of this, perhaps?, I don't know the specific requirements of it):

[Unit]
Description=GNU/Linux port of the Little Snitch application firewall

[Service]
ExecStart=/usr/bin/opensnitchd

[Install]
WantedBy=multi-user.target

Last edited by ayekat (2017-06-15 18:45:39)


pkgshackscfgblag

Offline

#3 2017-06-15 18:35:16

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,523
Website

Re: How to start opensnitch-git


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

Board footer

Powered by FluxBB